Fix js error if this.player is undefined

pull/4342/merge
Isaac Connor 2025-09-25 09:47:07 -04:00
parent 5cd8840a62
commit 1f89a8ab50
1 changed files with 1 additions and 1 deletions

View File

@ -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();