Revert "webtv: add prefered quality option for use in webtv plugins"; ...

re-activate g_settings.livestreamResolution


Origin commit data
------------------
Branch: ni/coolstream
Commit: a56c04ca97
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-09-20 (Mon, 20 Sep 2021)

Origin message was:
------------------
- Revert "webtv: add prefered quality option for use in webtv plugins"; ...

re-activate g_settings.livestreamResolution


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-09-20 21:15:07 +02:00
parent fc35a64055
commit b66cd77a12
7 changed files with 9 additions and 39 deletions

View File

@@ -3067,7 +3067,6 @@ typedef enum
LOCALE_WEBTV_HEAD,
LOCALE_WEBTV_XML,
LOCALE_WEBTV_XML_AUTO,
LOCALE_WEBTV_XML_PREF_QUALITY,
LOCALE_WINDOW_SIZE,
LOCALE_WIZARD_INITIAL_SETTINGS,
LOCALE_WIZARD_INSTALL_SETTINGS,

View File

@@ -3067,7 +3067,6 @@ const char * locale_real_names[] =
"webtv.head",
"webtv.xml",
"webtv.xml.auto",
"webtv.xml.pref_quality",
"window_size",
"wizard.initial_settings",
"wizard.install_settings",

View File

@@ -741,7 +741,6 @@ struct SNeutrinoSettings
int widget_fade;
// webtv
int webtv_xml_quality;
int webtv_xml_auto;
std::list<std::string> webtv_xml;
std::string last_webtv_dir;