From 5209ee997082341aefce5cd449f055571b7d1574 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Wed, 1 Aug 2018 19:27:45 +0200 Subject: [PATCH] - movieplayer: fix vfd message when timeshift is startet in paused mode Signed-off-by: Thilo Graf --- src/gui/movieplayer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index bbfa6c038..e728625b1 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -1382,6 +1382,7 @@ bool CMoviePlayerGui::PlayFileStart(void) } else { if (g_settings.timeshift_pause) { + speed = 0; playstate = CMoviePlayerGui::PAUSE; #if HAVE_SPARK_HARDWARE CVFD::getInstance()->ShowIcon(FP_ICON_PLAY, false);