mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Change prefs adaptive streaming text
This option sets the preferred streaming mode. When unavailable, other might still be used as a fallback.
This commit is contained in:
@@ -140,7 +140,7 @@ class ClapperYouTubePage extends PrefsBase.Grid
|
|||||||
super._init();
|
super._init();
|
||||||
|
|
||||||
this.addTitle('YouTube');
|
this.addTitle('YouTube');
|
||||||
this.addCheckButton('Adaptive streaming', 'yt-adaptive-enabled');
|
this.addCheckButton('Prefer adaptive streaming', 'yt-adaptive-enabled');
|
||||||
this.addComboBoxText('Max quality', [
|
this.addComboBoxText('Max quality', [
|
||||||
['normal', "Normal"],
|
['normal', "Normal"],
|
||||||
['hfr', "HFR"],
|
['hfr', "HFR"],
|
||||||
|
Reference in New Issue
Block a user