- movieplayer: fix vfd message when timeshift is startet in paused mode

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-08-01 19:27:45 +02:00
committed by Thilo Graf
parent bbd3ca61ec
commit 5209ee9970

View File

@@ -1382,6 +1382,7 @@ bool CMoviePlayerGui::PlayFileStart(void)
} else { } else {
if (g_settings.timeshift_pause) if (g_settings.timeshift_pause)
{ {
speed = 0;
playstate = CMoviePlayerGui::PAUSE; playstate = CMoviePlayerGui::PAUSE;
#if HAVE_SPARK_HARDWARE #if HAVE_SPARK_HARDWARE
CVFD::getInstance()->ShowIcon(FP_ICON_PLAY, false); CVFD::getInstance()->ShowIcon(FP_ICON_PLAY, false);