From 1bd8e08f1452a660a3397bc1b3aaa1acc138419a Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 28 Jun 2023 23:41:19 +0300 Subject: [PATCH] Update editor.js --- scripts/commands/channels/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()