mirror of
https://github.com/iptv-org/epg
synced 2026-05-07 18:07:05 -04:00
Update nzxmltv.com.config.js
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = {
|
|||||||
const program = {
|
const program = {
|
||||||
title: item.title?.[0]?.value,
|
title: item.title?.[0]?.value,
|
||||||
description: item.desc?.[0]?.value,
|
description: item.desc?.[0]?.value,
|
||||||
icon: item.icon?.[0],
|
icon: item.icon?.[0]?.src,
|
||||||
start: item.start,
|
start: item.start,
|
||||||
stop: item.stop
|
stop: item.stop
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user