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
commit 4087766349
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ module.exports = {
const program = {
title: item.title?.[0]?.value,
description: item.desc?.[0]?.value,
icon: item.icon?.[0],
icon: item.icon?.[0]?.src,
start: item.start,
stop: item.stop
}