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

@@ -546,8 +546,6 @@ bool CEpgData::isCurrentEPG(const t_channel_id channel_id)
return false;
}
//NI
#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;
@@ -580,7 +578,6 @@ int CEpgData::show_mp(MI_MOVIE_INFO *mp_movie_info, int /*mp_position*/, int /*m
mp_movie_info->epgInfo2 = epgTextSwitch;
return res;
}
#endif
int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_startzeit, bool doLoop, bool callFromfollowlist, bool mp_info )
{