Update util.js
Resolved 'Cannot read property 'toLowerCase' of undefined' error
This commit is contained in:
@ -44,6 +44,8 @@ class Channel {
|
||||
}
|
||||
|
||||
_getGroup(groupTitle) {
|
||||
if(!groupTitle) return ''
|
||||
|
||||
const groupIndex = supportedGroups.map(g => g.toLowerCase()).indexOf(groupTitle.toLowerCase())
|
||||
|
||||
if(groupIndex === -1) {
|
||||
|
Reference in New Issue
Block a user