Filter category by name
This commit is contained in:
parent
0be925408d
commit
48cc5e021c
|
@ -70,7 +70,7 @@ function parseIndex() {
|
|||
}
|
||||
|
||||
// categories
|
||||
const categoryName = item.group.title || 'Other'
|
||||
const categoryName = helper.filterGroup(item.group.title) || 'Other'
|
||||
const categoryCode = categoryName.toLowerCase()
|
||||
if (categories[categoryCode]) {
|
||||
categories[categoryCode].channels++
|
||||
|
|
Loading…
Reference in New Issue