Merge pull request #2578 from iptv-org/freearhey-patch-7

Update nzxmltv.com
This commit is contained in:
PopeyeTheSai10r
2025-01-11 07:15:06 -08:00
committed by GitHub
+1 -1
View File
@@ -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
} }