Fix js error if this.player is undefined
parent
5cd8840a62
commit
1f89a8ab50
|
@ -334,7 +334,7 @@ function MonitorStream(monitorData) {
|
|||
}
|
||||
this.streamListenerBind = streamListener.bind(null, this);
|
||||
|
||||
console.log('start', this.Go2RTCEnabled, (!this.player), (-1 != this.player.indexOf('go2rtc')), ((!this.player) || (-1 != this.player.indexOf('go2rtc'))));
|
||||
console.log('start', this.Go2RTCEnabled, this.player);
|
||||
|
||||
$j('#volumeControls').hide();
|
||||
|
||||
|
|
Loading…
Reference in New Issue