Fix fix fix volume steps

This commit is contained in:
Maikiwi 2022-02-07 23:06:14 -08:00
parent d558d1fd46
commit 00ec349f71
4 changed files with 4 additions and 4 deletions

View file

@ -172,7 +172,7 @@
<div class="player-volume-glyph decrease"></div>
</div>
<div class="col">
<input type="range" class="web-slider volume-slider" max="cfg.audio.maxVolume" min="0" step="0.01"
<input type="range" class="web-slider volume-slider" max="1" min="0" step="0.01"
@input="setVolume($event.target.value)" :value="player.currentMediaItem.volume">
</div>
<div class="col-auto">