mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fix logic
This commit is contained in:
@@ -776,7 +776,7 @@ int CEpgData::show_mp(MI_MOVIE_INFO *mp_movie_info, int /*mp_position*/, int /*m
|
|||||||
}
|
}
|
||||||
case CRCInput::RC_red:
|
case CRCInput::RC_red:
|
||||||
{
|
{
|
||||||
if (g_settings.tmdb_api_key != "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
|
if (g_settings.tmdb_api_key == "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
|
||||||
break;
|
break;
|
||||||
else if (tmdbtoggle) {
|
else if (tmdbtoggle) {
|
||||||
mp_movie_info->epgInfo2 = tmdb_str;
|
mp_movie_info->epgInfo2 = tmdb_str;
|
||||||
|
Reference in New Issue
Block a user