mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update i.mjh.nz.config.js
This commit is contained in:
parent
0aea37d39b
commit
edfb7da0f5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue