Update clean.js

This commit is contained in:
Aleksandr Statciuk 2021-08-09 03:41:48 +03:00
parent abdd4f6fc2
commit 65f8a2fb06

View File

@ -60,7 +60,7 @@ async function checkPlaylist(playlist) {
) {
channels.push(channel)
} else {
if (config.debug) log.print(`ERR: ${channel.url}: ${result.status.reason}\n`)
if (config.debug) log.print(`ERR: ${channel.url} (${result.status.reason})\n`)
}
}
if (!config.debug) bar.tick()