mirror of
https://github.com/iptv-org/iptv
synced 2026-05-08 02:27:24 -04:00
wip
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = function () {
|
||||
return this.logo || ''
|
||||
return this.channel && this.channel.logo ? this.channel.logo : ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user