mirror of
https://github.com/iptv-org/iptv
synced 2025-12-22 21:37:23 -05:00
Update group_title.js
This commit is contained in:
@@ -3,6 +3,7 @@ module.exports = function () {
|
||||
|
||||
if (this.categories.length) {
|
||||
return this.categories
|
||||
.filter(c => c)
|
||||
.map(category => category.name)
|
||||
.sort()
|
||||
.join(';')
|
||||
|
||||
Reference in New Issue
Block a user