iptv/scripts/store/getters/tvg_logo.js

4 lines
101 B
JavaScript

module.exports = function () {
return this.channel && this.channel.logo ? this.channel.logo : ''
}