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

@@ -518,7 +518,6 @@ bool CEpgData::isCurrentEPG(const t_channel_id channel_id)
return false;
}
#if 0
int CEpgData::show_mp(MI_MOVIE_INFO *mp_movie_info, int /*mp_position*/, int /*mp_duration*/, bool doLoop)
{
int res = menu_return::RETURN_REPAINT;
@@ -856,7 +855,6 @@ int CEpgData::show_mp(MI_MOVIE_INFO *mp_movie_info, int /*mp_position*/, int /*m
return res;
}
#endif
int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_startzeit, bool doLoop, bool callFromfollowlist )
{