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 += `