From 2bc8257a3997d06c80b3381de2f32ae0ad9458cb Mon Sep 17 00:00:00 2001 From: localhost Date: Sat, 30 Mar 2024 18:12:30 +0100 Subject: [PATCH] p at the end of the quality --- utils/ytdlp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ytdlp.js b/utils/ytdlp.js index ddda2e6..921d15d 100644 --- a/utils/ytdlp.js +++ b/utils/ytdlp.js @@ -32,7 +32,7 @@ async function downloadVideo(url, ws, id) { download.on('start', fileSize => { size = fileSize - if (ws) ws.send(`DATA - Download has started in ${quality}`) + if (ws) ws.send(`DATA - Download has started in ${quality}p`) }) download.on('progress', progress => {