mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update editor.js
This commit is contained in:
@@ -21,7 +21,7 @@ async function main() {
|
||||
site = result.site
|
||||
channels = result.channels
|
||||
channels = channels.map(c => {
|
||||
c.xmltv_id = c.id
|
||||
c.xmltv_id = c.xmltv_id
|
||||
return c
|
||||
})
|
||||
await api.channels.load()
|
||||
|
||||
Reference in New Issue
Block a user