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