mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
webtv: add prefered quality option for use in webtv plugins
Origin commit data
------------------
Branch: ni/coolstream
Commit: 92b69d621b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-09-19 (Sun, 19 Sep 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3067,6 +3067,7 @@ 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,
|
||||
|
@@ -3067,6 +3067,7 @@ const char * locale_real_names[] =
|
||||
"webtv.head",
|
||||
"webtv.xml",
|
||||
"webtv.xml.auto",
|
||||
"webtv.xml.pref_quality",
|
||||
"window_size",
|
||||
"wizard.initial_settings",
|
||||
"wizard.install_settings",
|
||||
|
@@ -741,6 +741,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;
|
||||
|
Reference in New Issue
Block a user