misc settings: add missing locals and settings variables

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0423ed460c
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2018-04-29 03:13:07 +02:00
committed by vanhofen
parent 11e7ce20da
commit 4d40382e6e
7 changed files with 15 additions and 2 deletions

View File

@@ -804,8 +804,6 @@ 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;
@@ -820,6 +818,10 @@ struct SNeutrinoSettings
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;