diff --git a/index.js b/index.js index 12a01a1..a848544 100644 --- a/index.js +++ b/index.js @@ -64,7 +64,7 @@ async function handleDownload(channelId) { await redis.set(id, 'downloading') logger.info({ message: `Added ${video.title} to the queue, ${id}` }) - await queue.add(async () => { + queue.add(async () => { logger.info({ message: `Starting to download ${video.title}, ${id}` }) const download = await ytdlp.downloadVideo('https://www.youtube.com' + video.url)