misc settings: add missing locals and settings variables

Origin commit data
------------------
Commit: 0423ed460c
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
This commit is contained in:
2018-04-29 03:13:07 +02:00
committed by vanhofen
parent 3be36eba66
commit 9dfaeb7273
7 changed files with 15 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ class CMiscMenue : public CMenuTarget, CChangeObserver
CMenuOptionChooser * epg_read_frequently;
CMenuOptionChooser * epg_scan;
CMenuOptionChooser * tmdb_onoff;
CMenuOptionChooser * imdb_onoff;
CMenuOptionChooser * youtube_onoff;
CMenuOptionChooser * shoutcast_onoff;
CMenuForwarder * epg_dir;
@@ -59,6 +60,7 @@ class CMiscMenue : public CMenuTarget, CChangeObserver
std::string epg_max_events;
std::string tmdb_api_key_short;
std::string imdb_api_key_short;
std::string youtube_dev_id_short;
std::string shoutcast_dev_id_short;