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:
Rafał Dzięgiel
2021-04-17 18:06:34 +02:00
parent ab8cafa0b8
commit 33a5ec18fa

View File

@@ -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"],