mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update util.js
Resolved 'Cannot read property 'toLowerCase' of undefined' error
This commit is contained in:
parent
f6e38d4c19
commit
2db717f7e0
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ class Channel {
|
||||||
}
|
}
|
||||||
|
|
||||||
_getGroup(groupTitle) {
|
_getGroup(groupTitle) {
|
||||||
|
if(!groupTitle) return ''
|
||||||
|
|
||||||
const groupIndex = supportedGroups.map(g => g.toLowerCase()).indexOf(groupTitle.toLowerCase())
|
const groupIndex = supportedGroups.map(g => g.toLowerCase()).indexOf(groupTitle.toLowerCase())
|
||||||
|
|
||||||
if(groupIndex === -1) {
|
if(groupIndex === -1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue