mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Removed "undefined" group
This commit is contained in:
parent
414449988f
commit
fe2b6431fc
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ function parseGroupTitle(item) {
|
||||||
let groupIndex = supportedGroups.map(g => g.toLowerCase()).indexOf(groupTitle.toLowerCase())
|
let groupIndex = supportedGroups.map(g => g.toLowerCase()).indexOf(groupTitle.toLowerCase())
|
||||||
|
|
||||||
if(groupIndex === -1) {
|
if(groupIndex === -1) {
|
||||||
groupTitle = 'Undefined'
|
groupTitle = ''
|
||||||
} else {
|
} else {
|
||||||
groupTitle = supportedGroups[groupIndex]
|
groupTitle = supportedGroups[groupIndex]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue