xzw пре 1 година
родитељ
комит
c9b6edd2b8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      js/Hot.js

+ 1 - 1
js/Hot.js

@@ -991,7 +991,7 @@ window.initHot = function(model){
         
         updateMute(){
             if(this.texType == 'video'){
-                this.texMedia.muted = !!manage.bgmShouldPlay//true
+                this.texMedia && (this.texMedia.muted = !!manage.bgmShouldPlay)//true
             }
         }