Update playlist.js

pull/90/head
candrapersada 3 years ago committed by GitHub
parent d4ec0ef0e7
commit 5434de4d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,6 +78,9 @@ function download(type) {
if (quality === "best") {
format = "-f bv*+ba/best";
}
if (quality === "worst") {
format = "-f wv+wa/worst";
}
else if (quality === "useConfig"){
format = ""
}

Loading…
Cancel
Save