Update clean.js

pull/4016/head
Aleksandr Statciuk 4 years ago
parent abdd4f6fc2
commit 65f8a2fb06

@ -60,7 +60,7 @@ async function checkPlaylist(playlist) {
) { ) {
channels.push(channel) channels.push(channel)
} else { } 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() if (!config.debug) bar.tick()

Loading…
Cancel
Save