misc settings: add missing locals and settings variables

This commit is contained in:
2018-04-27 15:57:27 +02:00
parent 059667caea
commit 1a6bfa081b
7 changed files with 16 additions and 3 deletions

View File

@@ -792,21 +792,23 @@ struct SNeutrinoSettings
int audioplayer_repeat_on;
int audioplayer_show_playlist;
int audioplayer_enable_sc_metadata;
std::string shoutcast_dev_id;
int shoutcast_enabled;
//Filebrowser
int filebrowser_showrights;
int filebrowser_sortmethod;
int filebrowser_denydirectoryleave;
//movieplayer
//online services
int movieplayer_repeat_on;
int movieplayer_display_playtime;
std::string youtube_dev_id;
int youtube_enabled;
std::string tmdb_api_key;
int tmdb_enabled;
std::string imdb_api_key;
int imdb_enabled;
std::string shoutcast_dev_id;
int shoutcast_enabled;
//zapit setup
std::string StartChannelTV;