mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
improvement provider
This commit is contained in:
parent
69259aee97
commit
f628a8035a
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ function parseIcon(item){
|
|||
}
|
||||
|
||||
function parseItems(content, channel) {
|
||||
const json = typeof content === 'string' ? JSON.parse(content) : content
|
||||
const json = typeof content === 'string' ? JSON.parse(content) : []
|
||||
|
||||
const channelData = json.find(i => i.channelExternalId == channel.site_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue