web: add 240p and 144p to quality picker

This commit is contained in:
wukko
2024-05-04 08:30:59 +06:00
parent 6403cc8c17
commit 15961c9e0a
2 changed files with 7 additions and 1 deletions

View File

@@ -349,6 +349,12 @@ export default function(obj) {
}, {
action: "360",
text: "360p"
}, {
action: "240",
text: "240p"
}, {
action: "144",
text: "144p"
}]
})
})