Update util.js

Resolved 'Cannot read property 'toLowerCase' of undefined' error
pull/158/head
freearhey 6 years ago
parent f6e38d4c19
commit 2db717f7e0

@ -44,6 +44,8 @@ class Channel {
}
_getGroup(groupTitle) {
if(!groupTitle) return ''
const groupIndex = supportedGroups.map(g => g.toLowerCase()).indexOf(groupTitle.toLowerCase())
if(groupIndex === -1) {

Loading…
Cancel
Save