From 8617b79ca0f0368a25db2e9fc935c709387dbf82 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 Jan 2022 05:59:07 +0300 Subject: [PATCH] Update update-guides.js --- scripts/commands/update-guides.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/commands/update-guides.js b/scripts/commands/update-guides.js index cd84883e..fe80054a 100644 --- a/scripts/commands/update-guides.js +++ b/scripts/commands/update-guides.js @@ -53,10 +53,10 @@ async function generateGuides() { if (!channel) return null return { - id: channel.id, - display_name: channel.name, - url: site, - icon: channel.logo + xmltv_id: channel.id, + name: channel.name, + logo: channel.logo, + site } }) .filter(i => i)