mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
small fix movieplayer
This commit is contained in:
@@ -2332,6 +2332,9 @@ void CMoviePlayerGui::callInfoViewer(bool init_vzap_it)
|
||||
return;
|
||||
}
|
||||
|
||||
if(duration <= 0)
|
||||
UpdatePosition();
|
||||
|
||||
std::vector<std::string> keys, values;
|
||||
playback->GetMetadata(keys, values);
|
||||
size_t count = keys.size();
|
||||
@@ -2359,13 +2362,13 @@ void CMoviePlayerGui::callInfoViewer(bool init_vzap_it)
|
||||
if (!bgThread) {
|
||||
if (p_movie_info)
|
||||
cGLCD::lockChannel(p_movie_info->channelName, p_movie_info->epgTitle);
|
||||
else
|
||||
cGLCD::lockChannel(pretty_name, info_1);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
if (p_movie_info) {
|
||||
if(duration <= 0)
|
||||
UpdatePosition();
|
||||
|
||||
MI_MOVIE_INFO *mi;
|
||||
mi = p_movie_info;
|
||||
|
Reference in New Issue
Block a user