mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update xml.js
This commit is contained in:
@@ -5,7 +5,7 @@ xml.create = function (items, site) {
|
|||||||
|
|
||||||
items.forEach(channel => {
|
items.forEach(channel => {
|
||||||
const logo = channel.logo ? ` logo="${channel.logo}"` : ''
|
const logo = channel.logo ? ` logo="${channel.logo}"` : ''
|
||||||
const xmltv_id = channel.id || ''
|
const xmltv_id = channel.xmltv_id || ''
|
||||||
const lang = channel.lang || ''
|
const lang = channel.lang || ''
|
||||||
const site_id = channel.site_id || ''
|
const site_id = channel.site_id || ''
|
||||||
output += ` <channel lang="${lang}" xmltv_id="${escapeString(
|
output += ` <channel lang="${lang}" xmltv_id="${escapeString(
|
||||||
|
|||||||
Reference in New Issue
Block a user