mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
module.exports = function () {
|
|
return this.group_title || 'Undefined'
|
|
}
|