allow tmdb in moviebrowser/movieplayer to satisfy Knicko ;)

Origin commit data
------------------
Branch: ni/coolstream
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 ;)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-08-03 00:53:41 +02:00
parent aba234f5ba
commit 6f9255e0c4
5 changed files with 0 additions and 17 deletions

View File

@@ -1077,8 +1077,6 @@ void CInfoViewer::loop(bool show_dot)
g_RCInput->postMsg (msg, 0);
res = messages_return::cancel_info;
} else if (msg == CRCInput::RC_info) { //NI
//NI
#if 0
if (fileplay)
{
CMoviePlayerGui::getInstance().setFromInfoviewer(true);
@@ -1086,7 +1084,6 @@ void CInfoViewer::loop(bool show_dot)
hideIt = true;
}
else
#endif
g_RCInput->postMsg (NeutrinoMessages::SHOW_EPG, 0);
res = messages_return::cancel_info;
} else if ((msg == NeutrinoMessages::EVT_TIMER) && (data == fader.GetFadeTimer())) {