mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update i.mjh.nz.config.js
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user