Revert "- disable new tmdb code; we use imdb"

This reverts commit 423b4d858e.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3eb2b8aaf4
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-07-31 (Sun, 31 Jul 2016)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-07-31 16:18:27 +02:00
parent 974f25c903
commit d5953343ea
5 changed files with 0 additions and 12 deletions

View File

@@ -1077,7 +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
#if 0
if (fileplay)
{
CMoviePlayerGui::getInstance().setFromInfoviewer(true);
@@ -1085,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())) {