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:
wm4 2014-10-10 18:54:47 +02:00
parent 3fc9f9d132
commit 8417d86ce6
1 changed files with 1 additions and 0 deletions

View File

@ -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) {