i'm one stupid fellow

This commit is contained in:
localhost 2026-03-07 00:53:59 +01:00
parent 4bba45048b
commit 27fb185b45
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ app.ws('/download/:id', async (ws, req) => {
return ws.close()
}
ws.send(`VIDEOSIZE-${videoSizeTotal}`)
audioOutputStream = createOutputStream(req.params.id, selectedFormats.audioFormat.mimeType!);
videoOutputStream = createOutputStream(req.params.id, selectedFormats.videoFormat.mimeType!);