From edfb7da0f5583aa64f47d3cdc19b75dd56b28238 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:39:11 +0300 Subject: [PATCH] Update i.mjh.nz.config.js --- sites/i.mjh.nz/i.mjh.nz.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/i.mjh.nz/i.mjh.nz.config.js b/sites/i.mjh.nz/i.mjh.nz.config.js index f29316a0..d5c82f08 100644 --- a/sites/i.mjh.nz/i.mjh.nz.config.js +++ b/sites/i.mjh.nz/i.mjh.nz.config.js @@ -160,7 +160,7 @@ function getCategories(item) { } function getIcon(item) { - return item.icon && item.icon.length ? item.icon[0] : null + return item.icon && item.icon.length ? item.icon[0].src : null } function parseItems(content, channel, date) {