- infoviewer: show movieplayers infoviewer in vzap mode if needed

This commit is contained in:
svenhoefer
2016-02-04 00:14:57 +01:00
parent 2c39affafe
commit 944dab5a8c
3 changed files with 6 additions and 4 deletions

View File

@@ -1384,7 +1384,7 @@ void CMoviePlayerGui::callInfoViewer(bool init_vzap_it)
}
}
g_InfoViewer->showMovieTitle(playstate, mi->epgEpgId >>16, mi->epgChannel, mi->epgTitle, mi->epgInfo1,
duration, position, repeat_mode);
duration, position, repeat_mode, init_vzap_it ? 0 /*IV_MODE_DEFAULT*/ : 1 /*IV_MODE_VIRTUAL_ZAP*/);
return;
}