1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00

Rename quality settings to user-friendly values

Removed the unhelpful terms "combined" and "DASH".
This commit is contained in:
Cadence Ember 2021-04-10 00:28:17 +12:00
parent cbedc46c9b
commit 54ae21685f
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17

View File

@ -33,10 +33,10 @@ block content
+input("instance", "Instance", "url", constants.user_settings.instance.default, false, instances)
+select("quality", "Preferred qualities", false, [
{value: "0", text: "Best combined"},
{value: "1", text: "Best DASH"},
{value: "0", text: "720p"},
{value: "1", text: "Best possible"},
{value: "2", text: "Best <=1080p"},
{value: "3", text: "Best low-fps"},
{value: "3", text: "Best <=30fps"},
{value: "4", text: "360p"}
])