mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update zap.co.ao.config.js
This commit is contained in:
parent
b07f9d8058
commit
649f1e171c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module.exports = {
|
||||||
const channels = JSON.parse(content)
|
const channels = JSON.parse(content)
|
||||||
const data = channels.find(ch => ch.id == channel.site_id)
|
const data = channels.find(ch => ch.id == channel.site_id)
|
||||||
|
|
||||||
return data.image_uri
|
return data ? data.image_uri : null
|
||||||
},
|
},
|
||||||
parser: function ({ content, channel }) {
|
parser: function ({ content, channel }) {
|
||||||
let PM = false
|
let PM = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue