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