mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +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:
|
||||
{
|
||||
if (g_settings.tmdb_api_key != "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
|
||||
if (g_settings.tmdb_api_key == "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
|
||||
break;
|
||||
else if (tmdbtoggle) {
|
||||
mp_movie_info->epgInfo2 = tmdb_str;
|
||||
|
Reference in New Issue
Block a user