updating time from 1h30m to 2h

This commit is contained in:
unknown 2023-03-28 17:06:30 +02:00
parent 2e49165f90
commit f79e49053d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ async function handleDownload(channelId) {
} }
if (video.duration > 7200) { if (video.duration > 7200) {
logger.info({ message: `${video.title} is longer than 1h30m, ${id}` }) logger.info({ message: `${video.title} is longer than 2h, ${id}` })
return return
} }