mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
mdb-tmdb.cpp: fix --enable-tmdb-key-manage
This commit is contained in:
@@ -52,11 +52,7 @@ CTMDB *CTMDB::getInstance()
|
||||
|
||||
CTMDB::CTMDB()
|
||||
{
|
||||
#ifdef TMDB_API_KEY
|
||||
key = TMDB_API_KEY;
|
||||
#else
|
||||
key = g_settings.tmdb_api_key;
|
||||
#endif
|
||||
posterfile = "/tmp/tmdb.jpg";
|
||||
hintbox = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user