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