diff --git a/scripts/commands/channels/editor.js b/scripts/commands/channels/editor.js index 7dba803f..8df89f04 100644 --- a/scripts/commands/channels/editor.js +++ b/scripts/commands/channels/editor.js @@ -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()