mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
module.exports = function () {
|
|
if (this.tvg_logo) return this.tvg_logo
|
|
|
|
return this.logo || ''
|
|
}
|