From 44f9f84e750f32159b6891c79e5b0334d1ce2a86 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 18 Jun 2022 19:38:38 +0300 Subject: [PATCH] Update xml.js --- scripts/core/xml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/xml.js b/scripts/core/xml.js index 5cd6c3f6..284eec07 100644 --- a/scripts/core/xml.js +++ b/scripts/core/xml.js @@ -5,7 +5,7 @@ xml.create = function (items, site) { items.forEach(channel => { const logo = channel.logo ? ` logo="${channel.logo}"` : '' - const xmltv_id = channel.xmltv_id || '' + const xmltv_id = channel.id || '' const lang = channel.lang || '' const site_id = channel.site_id || '' output += `