mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Update clean.js
This commit is contained in:
parent
abdd4f6fc2
commit
65f8a2fb06
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue