mirror of
https://github.com/iptv-org/iptv.git
synced 2026-07-04 21:02:38 +08:00
Removed "undefined" group
This commit is contained in:
parent
414449988f
commit
fe2b6431fc
@ -136,7 +136,7 @@ function parseGroupTitle(item) {
|
||||
let groupIndex = supportedGroups.map(g => g.toLowerCase()).indexOf(groupTitle.toLowerCase())
|
||||
|
||||
if(groupIndex === -1) {
|
||||
groupTitle = 'Undefined'
|
||||
groupTitle = ''
|
||||
} else {
|
||||
groupTitle = supportedGroups[groupIndex]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user