mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Filter category by name
This commit is contained in:
parent
0be925408d
commit
48cc5e021c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ function parseIndex() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// categories
|
// categories
|
||||||
const categoryName = item.group.title || 'Other'
|
const categoryName = helper.filterGroup(item.group.title) || 'Other'
|
||||||
const categoryCode = categoryName.toLowerCase()
|
const categoryCode = categoryName.toLowerCase()
|
||||||
if (categories[categoryCode]) {
|
if (categories[categoryCode]) {
|
||||||
categories[categoryCode].channels++
|
categories[categoryCode].channels++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue