Update xml.js

This commit is contained in:
Aleksandr Statciuk 2022-06-18 19:38:38 +03:00
parent 3dfc50a9e6
commit 44f9f84e75

View file

@ -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 += ` <channel lang="${lang}" xmltv_id="${escapeString(