mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
src/gui/movieplayer.cpp: fix play loop, if play stopped using end bookmark in multi-file mode
This commit is contained in:
@@ -954,6 +954,9 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
||||
eof = 0;
|
||||
}
|
||||
handleMovieBrowser(0, position);
|
||||
if (playstate == CMoviePlayerGui::STOPPED)
|
||||
at_eof = true;
|
||||
|
||||
FileTime.update(position, duration);
|
||||
}
|
||||
showSubtitle(0);
|
||||
|
Reference in New Issue
Block a user