This commit is contained in:
Cynthia Foxwell 2023-01-23 18:16:48 -07:00
parent 28481c2775
commit 046b49666d
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ async function enqueue({
.replace(".webp", ".jpg");
const formats = info?.format;
let url;
if (formats) {
formats.sort((a, b) => b.bitrate - a.bitrate);
media = formats[0].url;