mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/movieinfo.cpp: add fields for youtube feeds player
This commit is contained in:
@@ -902,6 +902,9 @@ void CMovieInfo::clearMovieInfo(MI_MOVIE_INFO * movie_info)
|
||||
movie_info->bookmarks.user[i].length = 0;
|
||||
movie_info->bookmarks.user[i].name = "";
|
||||
}
|
||||
movie_info->tfile.clear();
|
||||
movie_info->ytdate.clear();
|
||||
movie_info->ytid.clear();
|
||||
}
|
||||
|
||||
/************************************************************************
|
||||
|
@@ -169,6 +169,9 @@ typedef struct
|
||||
int epgVideoPid; // currently not used, we just do not want to loose this info if movie info is saved backed
|
||||
int VideoType;
|
||||
int epgVTXPID; // currently not used, we just do not want to loose this info if movie info is saved backed
|
||||
std::string tfile; // thumbnail/cover file name
|
||||
std::string ytdate; // yt published
|
||||
std::string ytid; // yt published
|
||||
} MI_MOVIE_INFO;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user