summaryrefslogtreecommitdiffstats
path: root/player/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/osd.c')
-rw-r--r--player/osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/osd.c b/player/osd.c
index 7999847720..b2062701ea 100644
--- a/player/osd.c
+++ b/player/osd.c
@@ -109,7 +109,7 @@ void print_status(struct MPContext *mpctx)
update_window_title(mpctx, false);
- if (opts->quiet) {
+ if (opts->quiet || !(mpctx->initialized_flags & INITIALIZED_PLAYBACK)) {
term_osd_set_status(mpctx, "");
return;
}