mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update programetv.ro.config.js
This commit is contained in:
parent
fb5d1215fa
commit
23c853ab9f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module.exports = {
|
||||||
logo({ content }) {
|
logo({ content }) {
|
||||||
const data = parseContent(content)
|
const data = parseContent(content)
|
||||||
|
|
||||||
return data ? data.station.icon : null
|
return data && data.station ? data.station.icon : null
|
||||||
},
|
},
|
||||||
parser: function ({ content }) {
|
parser: function ({ content }) {
|
||||||
let programs = []
|
let programs = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue