diff --git a/next/src/songbird/input/sources/ytdl.rs.html b/next/src/songbird/input/sources/ytdl.rs.html index 9f9ad90..772fc3c 100644 --- a/next/src/songbird/input/sources/ytdl.rs.html +++ b/next/src/songbird/input/sources/ytdl.rs.html @@ -136,7 +136,7 @@ 136 "-j", 137 &query_str, 138 "-f", -139 "ba[abr>0][vcodec=none]/best", +139 "bestaudio[abr>0][vcodec=none]/bestaudio/best", 140 "--no-playlist", 141 ]; 142