From 7ec9f057b6cbf472ca8befc9556155db9c3911db Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 18 Jul 2023 22:50:47 +0200 Subject: [PATCH] initial recit volume #2242 --- src/components/RecitPlayer.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/RecitPlayer.vue b/src/components/RecitPlayer.vue index 11fb797..f9710fe 100644 --- a/src/components/RecitPlayer.vue +++ b/src/components/RecitPlayer.vue @@ -25,7 +25,7 @@ export default { this.setOpenedRecit(null); }) - this.recit_plyr_player.volume = 1; + this.recit_plyr_player.volume = 0.6; if (this.opened_recit) { 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(); } }else{ - this.recit_plyr_player.volume = 1; + this.recit_plyr_player.volume = 0.6; this.recit_plyr_player.stop(); } 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(); } }