From 23c6c6bbfd80f45a5c15837512d87d336edad221 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 25 Jun 2022 23:16:11 +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 284eec07..5cd6c3f6 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.id || '' + const xmltv_id = channel.xmltv_id || '' const lang = channel.lang || '' const site_id = channel.site_id || '' output += `