PLAYER: Added Jam feature

This commit is contained in:
2026-05-28 23:38:07 +03:00
parent d1113effa5
commit ec7c5c9049
6 changed files with 83 additions and 18 deletions
+1 -1
View File
@@ -1050,7 +1050,7 @@
<div class="volume-slider"
@pointerdown.prevent="$store.player.startVolumeDrag($event)"
aria-label="{{ t.player_volume }}">
<div class="volume-slider-fill" :style="'width:' + ($store.player.volume * 100) + '%'">
<div class="volume-slider-fill" :style="'width:' + $store.player.volumeSliderPercent() + '%'">
<div class="volume-slider-thumb"></div>
</div>
</div>