From 5176fb349d1c62bb72885cd7c6d8781afa0acc23 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:44:31 +0300 Subject: [PATCH] Update nzxmltv.com.config.js --- sites/nzxmltv.com/nzxmltv.com.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/nzxmltv.com/nzxmltv.com.config.js b/sites/nzxmltv.com/nzxmltv.com.config.js index 609b2c09..43029c5b 100644 --- a/sites/nzxmltv.com/nzxmltv.com.config.js +++ b/sites/nzxmltv.com/nzxmltv.com.config.js @@ -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 }