mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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;
|
eof = 0;
|
||||||
}
|
}
|
||||||
handleMovieBrowser(0, position);
|
handleMovieBrowser(0, position);
|
||||||
|
if (playstate == CMoviePlayerGui::STOPPED)
|
||||||
|
at_eof = true;
|
||||||
|
|
||||||
FileTime.update(position, duration);
|
FileTime.update(position, duration);
|
||||||
}
|
}
|
||||||
showSubtitle(0);
|
showSubtitle(0);
|
||||||
|
Reference in New Issue
Block a user