iptv/scripts/store/getters/tvg_logo.js
Aleksandr Statciuk 9a4a62fd10 wip
2022-02-07 00:04:56 +03:00

4 lines
101 B
JavaScript

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