mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Update "preferred quality" setting
- Re-order the options on the settings page - "best" and "best <= 1080p" now prefer high-fps
This commit is contained in:
parent
05b91a7102
commit
699af63583
2 changed files with 13 additions and 7 deletions
|
|
@ -34,10 +34,10 @@ block content
|
|||
|
||||
+select("quality", "Preferred qualities", false, [
|
||||
{value: "0", text: "720p"},
|
||||
{value: "4", text: "360p"},
|
||||
{value: "1", text: "Best possible"},
|
||||
{value: "2", text: "Best <=1080p"},
|
||||
{value: "3", text: "Best <=30fps"},
|
||||
{value: "4", text: "360p"}
|
||||
{value: "3", text: "Best <=30fps"}
|
||||
])
|
||||
|
||||
+select("save_history", "Watched videos history", false, [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue