mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
movieplayer: fix infobar display after pause/play
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1507 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -990,7 +990,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
playback->SetSpeed(speed);
|
||||
}
|
||||
if (!timeshift)
|
||||
callInfoViewer(p_movie_info->epgTitle, p_movie_info->epgInfo1, p_movie_info->epgChannel, position, duration);
|
||||
callInfoViewer(p_movie_info->epgTitle, p_movie_info->epgInfo1, p_movie_info->epgChannel, duration, position);
|
||||
|
||||
} else if (msg == (neutrino_msg_t) g_settings.mpkey_bookmark) {
|
||||
// is there already a bookmark activity?
|
||||
@@ -1122,7 +1122,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
update_lcd = true;
|
||||
|
||||
if (!timeshift)
|
||||
callInfoViewer(p_movie_info->epgTitle, p_movie_info->epgInfo1, p_movie_info->epgChannel, position, duration);
|
||||
callInfoViewer(p_movie_info->epgTitle, p_movie_info->epgInfo1, p_movie_info->epgChannel, duration, position);
|
||||
|
||||
if (!FileTime.IsVisible()) {
|
||||
if (g_settings.mode_clock)
|
||||
|
Reference in New Issue
Block a user