mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
gui/movieplayer.cpp: start movies in playlists at start bookmark
Origin commit data
------------------
Branch: ni/coolstream
Commit: 08e68ea464
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-11-24 (Tue, 24 Nov 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -489,6 +489,8 @@ bool CMoviePlayerGui::prepareFile(CFile *file)
|
||||
if (filelist_it != filelist.end()) {
|
||||
unsigned idx = filelist_it - filelist.begin();
|
||||
p_movie_info = milist[idx];
|
||||
startposition = p_movie_info->bookmarks.start > 0 ? p_movie_info->bookmarks.start*1000 : -1;
|
||||
printf("CMoviePlayerGui::prepareFile: file %s start %d\n", file_name.c_str(), startposition);
|
||||
}
|
||||
if (isYT) {
|
||||
file_name = file->Url;
|
||||
|
Reference in New Issue
Block a user