mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
misc settings: add missing locals and settings variables
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user