6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
module.exports = function () {
|
|
if (this.tvg_logo) return this.tvg_logo
|
|
|
|
return this.logo || ''
|
|
}
|