webtv: add prefered quality option for use in webtv plugins

This commit is contained in:
Jacek Jendrzej
2021-09-19 13:18:08 +02:00
parent e17ef5625c
commit 11d1a2f979
7 changed files with 35 additions and 0 deletions

View File

@@ -737,6 +737,7 @@ 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;