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