xzw 1 anno fa
parent
commit
c9b6edd2b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
             }
         }