mirror of
https://github.com/iptv-org/database.git
synced 2025-05-09 19:20:01 -04:00
Update scripts
This commit is contained in:
parent
adc7c71c0d
commit
43ed983480
4 changed files with 3 additions and 48 deletions
|
@ -115,7 +115,6 @@ async function main() {
|
|||
for (const [i, row] of rowsCopy.entries()) {
|
||||
fileErrors = fileErrors.concat(validateChannel(row.channel, i))
|
||||
fileErrors = fileErrors.concat(validateTimezones(row, i))
|
||||
fileErrors = fileErrors.concat(validateReplacedBy(row, i))
|
||||
}
|
||||
break
|
||||
case 'blocklist':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue