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

Origin commit data
------------------
Branch: ni/coolstream
Commit: dae8f4c367
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-08-01 (Wed, 01 Aug 2018)

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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-08-01 19:27:45 +02:00
parent 54ccc5a623
commit 887e283c0b

View File

@@ -1381,6 +1381,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);