mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
player: don't print status in --idle mode
Apparently this annoys certain users. Restores old behavior.
This commit is contained in:
parent
5196b03fb2
commit
635b2f2690
@ -109,7 +109,7 @@ void print_status(struct MPContext *mpctx)
|
|||||||
|
|
||||||
update_window_title(mpctx, false);
|
update_window_title(mpctx, false);
|
||||||
|
|
||||||
if (opts->quiet) {
|
if (opts->quiet || !(mpctx->initialized_flags & INITIALIZED_PLAYBACK)) {
|
||||||
term_osd_set_status(mpctx, "");
|
term_osd_set_status(mpctx, "");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user