mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Update xml.js
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user