mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- movieplayer: fix vfd message when timeshift is startet in paused mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user