iptv/scripts/store/getters/group_title.js

4 lines
74 B
JavaScript

module.exports = function () {
return this.group_title || 'Undefined'
}