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) {