mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 01:43:35 +02:00
allow tmdb in moviebrowser/movieplayer to satisfy Knicko ;)
Origin commit data
------------------
Commit: a66b6677ab
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Origin message was:
------------------
- allow tmdb in moviebrowser/movieplayer to satisfy Knicko ;)
This commit is contained in:
@@ -1560,15 +1560,12 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
||||
SetPosition(1000 * (hh * 3600 + mm * 60 + ss), true);
|
||||
|
||||
} else if (msg == CRCInput::RC_help || msg == CRCInput::RC_info) {
|
||||
//NI
|
||||
#if 0
|
||||
if (fromInfoviewer)
|
||||
{
|
||||
g_EpgData->show_mp(p_movie_info,GetPosition(),GetDuration());
|
||||
fromInfoviewer = false;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
callInfoViewer();
|
||||
update_lcd = true;
|
||||
clearSubtitle();
|
||||
|
Reference in New Issue
Block a user