src/gui/movieplayer.cpp: fix play loop, if play stopped using end bookmark in multi-file mode

This commit is contained in:
[CST] Focus
2016-02-01 16:42:28 +03:00
parent edb5407163
commit 6a73ba4a65

View File

@@ -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);