mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update zap.co.ao.config.js
This commit is contained in:
@@ -45,7 +45,7 @@ function parseItems(content, channel) {
|
||||
const channels = JSON.parse(content)
|
||||
const data = channels.find(ch => ch.id == channel.site_id)
|
||||
|
||||
return data.epg
|
||||
return data ? data.epg : []
|
||||
}
|
||||
|
||||
function parseStart(item) {
|
||||
|
||||
Reference in New Issue
Block a user