mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
disable tmdb, when tmdb_api_key is empty
Origin commit data
------------------
Branch: ni/coolstream
Commit: bbccd92b49
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-06 (Sat, 06 Aug 2016)
Origin message was:
------------------
- disable tmdb, when tmdb_api_key is empty
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1859,7 +1859,7 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
|
||||
refresh();
|
||||
}
|
||||
}
|
||||
else if (g_settings.tmdb_api_key != "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
|
||||
else if (g_settings.tmdb_enabled)
|
||||
{
|
||||
//add TMDB Cover
|
||||
fname = m_movieSelectionHandler->file.Name.c_str();
|
||||
|
Reference in New Issue
Block a user