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:
@@ -17,10 +17,10 @@ let site
|
||||
let channels = []
|
||||
|
||||
async function main() {
|
||||
await api.channels.load()
|
||||
let result = await parser.parseChannels(options.input)
|
||||
site = result.site
|
||||
channels = result.channels
|
||||
await api.channels.load()
|
||||
for (const channel of channels) {
|
||||
if (channel.xmltv_id) continue
|
||||
let choices = await getOptions(channel)
|
||||
|
||||
Reference in New Issue
Block a user