Update nzxmltv.com.config.js

This commit is contained in:
freearhey 2025-01-11 10:44:31 +03:00
parent 0aea37d39b
commit 5176fb349d

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
} }