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