tmdb: Add read apikey from neutrino.conf

This commit is contained in:
bazi98
2016-03-04 13:57:25 +01:00
committed by M. Liebmann
parent 99a9cfe8c6
commit 6e8b9b6d1b
4 changed files with 11 additions and 14 deletions

View File

@@ -720,6 +720,7 @@ struct SNeutrinoSettings
//movieplayer
int movieplayer_repeat_on;
std::string youtube_dev_id;
std::string tmdb_api_key;
//zapit setup
std::string StartChannelTV;