mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update editor.js
This commit is contained in:
parent
2d9bfb043d
commit
1bd8e08f14
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ async function main() {
|
||||||
site = result.site
|
site = result.site
|
||||||
channels = result.channels
|
channels = result.channels
|
||||||
channels = channels.map(c => {
|
channels = channels.map(c => {
|
||||||
c.xmltv_id = c.id
|
c.xmltv_id = c.xmltv_id
|
||||||
return c
|
return c
|
||||||
})
|
})
|
||||||
await api.channels.load()
|
await api.channels.load()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue