Merge pull request #2577 from iptv-org/freearhey-patch-6

Update i.mjh.nz
This commit is contained in:
PopeyeTheSai10r 2025-01-11 07:17:42 -08:00 committed by GitHub
commit 24d64575cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,7 @@ function getCategories(item) {
} }
function getIcon(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) { function parseItems(content, channel, date) {