mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
dont use tmdb if api key not defined
Origin commit data
------------------
Branch: ni/coolstream
Commit: 86cea031ad
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-07-29 (Fri, 29 Jul 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1856,7 +1856,7 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
|
||||
unlink(fname.c_str());
|
||||
refresh();
|
||||
}
|
||||
}else {
|
||||
}else if (g_settings.tmdb_api_key != "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"){
|
||||
//add TMDB Cover
|
||||
fname = m_movieSelectionHandler->file.Name.c_str();
|
||||
int ext_pos = 0;
|
||||
|
Reference in New Issue
Block a user