mirror of
https://github.com/iptv-org/iptv
synced 2026-04-05 18:51:51 -04:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
module.exports = function () {
|
|
return this.channel && this.channel.logo ? this.channel.logo : ''
|
|
}
|