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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6a73ba4a65
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-02-01 (Mon, 01 Feb 2016)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2016-02-01 16:42:28 +03:00
parent de78d67983
commit 767a31f08a

View File

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