xzw hai 1 ano
pai
achega
c9b6edd2b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
             }
         }