Update programetv.ro.config.js

This commit is contained in:
Aleksandr Statciuk 2021-11-12 15:22:48 +03:00
parent fb5d1215fa
commit 23c853ab9f

View file

@ -22,7 +22,7 @@ module.exports = {
logo({ content }) {
const data = parseContent(content)
return data ? data.station.icon : null
return data && data.station ? data.station.icon : null
},
parser: function ({ content }) {
let programs = []