bach преди 1 година
родител
ревизия
7ec9f057b6
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/components/RecitPlayer.vue

+ 4 - 4
src/components/RecitPlayer.vue

@@ -25,7 +25,7 @@ export default {
       this.setOpenedRecit(null);
       this.setOpenedRecit(null);
     })
     })
 
 
-    this.recit_plyr_player.volume = 1;
+    this.recit_plyr_player.volume = 0.6;
     if (this.opened_recit) {
     if (this.opened_recit) {
       this.recit_plyr_player.play();
       this.recit_plyr_player.play();
     }
     }
@@ -52,11 +52,11 @@ export default {
                       }
                       }
                     ]
                     ]
                   }
                   }
-                  this.recit_plyr_player.volume = 1;
+                  this.recit_plyr_player.volume = 0.6;
                   this.recit_plyr_player.play();
                   this.recit_plyr_player.play();
                 }
                 }
               }else{
               }else{
-                this.recit_plyr_player.volume = 1;
+                this.recit_plyr_player.volume = 0.6;
                 this.recit_plyr_player.stop();
                 this.recit_plyr_player.stop();
               }
               }
               clearInterval(fadeInterval);
               clearInterval(fadeInterval);
@@ -75,7 +75,7 @@ export default {
                   }
                   }
                 ]
                 ]
               }
               }
-              this.recit_plyr_player.volume = 1;
+              this.recit_plyr_player.volume = 0.6;
               this.recit_plyr_player.play();
               this.recit_plyr_player.play();
             }
             }
           }
           }