Set empty group title to undefined

This commit is contained in:
freearhey
2019-07-13 20:54:29 +03:00
parent 744f59dcd8
commit f50883d4cb
131 changed files with 6510 additions and 6510 deletions

View File

@@ -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]
}