player: force wakeup on playback restart

Just a theoretical issue, most likely.
This commit is contained in:
wm4 2016-04-20 13:11:11 +02:00
parent cd9ee1a853
commit 834a236514
1 changed files with 1 additions and 0 deletions

View File

@ -877,6 +877,7 @@ static void handle_playback_restart(struct MPContext *mpctx)
}
}
mpctx->playing_msg_shown = true;
mpctx->sleeptime = 0;
MP_VERBOSE(mpctx, "playback restart complete\n");
}
}