mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
Update update.js
This commit is contained in:
parent
3355dd1d1b
commit
750749cb3c
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ async function editChannels() {
|
|||
}
|
||||
}
|
||||
|
||||
found.id = generateChannelId(found.name, found.country)
|
||||
|
||||
channels.splice(index, 1, found)
|
||||
|
||||
processedIssues.push(issue)
|
||||
|
|
Loading…
Reference in a new issue