Set empty group title to undefined

This commit is contained in:
freearhey 2019-07-13 20:54:29 +03:00
parent 028f8c8a7f
commit da90c98d7f
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]
}