Update zap.co.ao.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-06 04:57:05 +03:00
parent fbc570d39f
commit 1e70db005a

View file

@ -45,7 +45,7 @@ function parseItems(content, channel) {
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.epg return data ? data.epg : []
} }
function parseStart(item) { function parseStart(item) {