diff --git a/sites/orangetv.es/orangetv.es.config.js b/sites/orangetv.es/orangetv.es.config.js index 3efc2795..c4f296d7 100644 --- a/sites/orangetv.es/orangetv.es.config.js +++ b/sites/orangetv.es/orangetv.es.config.js @@ -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);