mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update xml.js
This commit is contained in:
parent
3dfc50a9e6
commit
44f9f84e75
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue