mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-10 02:27:29 +00:00
Rename quality settings to user-friendly values
Removed the unhelpful terms "combined" and "DASH".
This commit is contained in:
parent
cbedc46c9b
commit
54ae21685f
@ -33,10 +33,10 @@ block content
|
|||||||
+input("instance", "Instance", "url", constants.user_settings.instance.default, false, instances)
|
+input("instance", "Instance", "url", constants.user_settings.instance.default, false, instances)
|
||||||
|
|
||||||
+select("quality", "Preferred qualities", false, [
|
+select("quality", "Preferred qualities", false, [
|
||||||
{value: "0", text: "Best combined"},
|
{value: "0", text: "720p"},
|
||||||
{value: "1", text: "Best DASH"},
|
{value: "1", text: "Best possible"},
|
||||||
{value: "2", text: "Best <=1080p"},
|
{value: "2", text: "Best <=1080p"},
|
||||||
{value: "3", text: "Best low-fps"},
|
{value: "3", text: "Best <=30fps"},
|
||||||
{value: "4", text: "360p"}
|
{value: "4", text: "360p"}
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user