api & web: merge base queue ui & api updates

This commit is contained in:
wukko
2025-01-08 17:20:00 +06:00
28 changed files with 1047 additions and 156 deletions

View File

@@ -58,7 +58,8 @@ async function com_download(id) {
return {
urls: [video.baseUrl, audio.baseUrl],
audioFilename: `bilibili_${id}_audio`,
filename: `bilibili_${id}_${video.width}x${video.height}.mp4`
filename: `bilibili_${id}_${video.width}x${video.height}.mp4`,
isHLS: true
};
}