mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
gui/movieplayer.cpp: for timeshift started in rewind mode,
fix vfd speed display, force play time display
This commit is contained in:
@@ -575,6 +575,11 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
/* playback->Start() starts paused */
|
||||
if(timeshift == 3) {
|
||||
playback->SetSpeed(-1);
|
||||
playstate = CMoviePlayerGui::REW;
|
||||
if (!FileTime.IsVisible() && !time_forced) {
|
||||
FileTime.switchMode(position, duration);
|
||||
time_forced = true;
|
||||
}
|
||||
} else if(!timeshift || !g_settings.timeshift_pause) {
|
||||
playback->SetSpeed(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user