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

re-activate g_settings.livestreamResolution


Origin commit data
------------------
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 is contained in:
vanhofen
2021-09-20 21:15:07 +02:00
parent 23039e87cc
commit 023df17820
7 changed files with 9 additions and 39 deletions

View File

@@ -896,7 +896,6 @@ int CNeutrinoApp::loadSetup(const char *fname)
g_settings.widget_fade = configfile.getBool("widget_fade", false);
// webtv
g_settings.webtv_xml_quality = configfile.getInt32("webtv_xml_quality", 1280);
g_settings.webtv_xml_auto = configfile.getInt32("webtv_xml_auto", 1);
g_settings.webtv_xml.clear();
int webtv_count = configfile.getInt32("webtv_xml_count", 0);
@@ -1991,7 +1990,6 @@ void CNeutrinoApp::saveSetup(const char *fname)
// webtv
CWebChannelsSetup webchannelssetup;
configfile.setInt32("webtv_xml_quality", g_settings.webtv_xml_quality);
configfile.setInt32("webtv_xml_auto", g_settings.webtv_xml_auto);
int webtv_count = 0;
for (std::list<std::string>::iterator it = g_settings.webtv_xml.begin(); it != g_settings.webtv_xml.end(); ++it)