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 }