From f732ee1a613e8e7c43a5a74930ba66e8f914bf15 Mon Sep 17 00:00:00 2001 From: localhost Date: Sat, 29 Jun 2024 13:26:41 +0200 Subject: [PATCH] i never tested this on frontend --- utils/ytdlp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ytdlp.js b/utils/ytdlp.js index ca9a7e1..85588da 100644 --- a/utils/ytdlp.js +++ b/utils/ytdlp.js @@ -23,7 +23,7 @@ async function downloadVideo(url, ws, id) { fail: false }) } else { - ws.send(text) + ws.send(`DATA - ${text}`) } })