mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update editor.js
This commit is contained in:
parent
fa62083c87
commit
cb0a179bc2
1 changed files with 1 additions and 1 deletions
|
@ -17,10 +17,10 @@ let site
|
||||||
let channels = []
|
let channels = []
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
await api.channels.load()
|
|
||||||
let result = await parser.parseChannels(options.input)
|
let result = await parser.parseChannels(options.input)
|
||||||
site = result.site
|
site = result.site
|
||||||
channels = result.channels
|
channels = result.channels
|
||||||
|
await api.channels.load()
|
||||||
for (const channel of channels) {
|
for (const channel of channels) {
|
||||||
if (channel.xmltv_id) continue
|
if (channel.xmltv_id) continue
|
||||||
let choices = await getOptions(channel)
|
let choices = await getOptions(channel)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue