p at the end of the quality

This commit is contained in:
localhost 2024-03-30 18:12:30 +01:00
parent 7ce487c8e6
commit 2bc8257a39
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {