mirror of https://github.com/mpv-player/mpv
player: fix terminal status in idle mode
That's what this variable is for. This was missed in commit 9d5d031b
.
This commit is contained in:
parent
3fc9f9d132
commit
8417d86ce6
|
@ -1216,6 +1216,7 @@ terminate_playback:
|
|||
if (mpctx->stop_play != PT_RESTART)
|
||||
m_config_restore_backups(mpctx->mconfig);
|
||||
|
||||
mpctx->playback_initialized = false;
|
||||
mpctx->resolve_result = NULL;
|
||||
|
||||
if (mpctx->playing && mpctx->stop_play == AT_END_OF_FILE) {
|
||||
|
|
Loading…
Reference in New Issue