more volume thingies

This commit is contained in:
Maikiwi 2022-02-07 20:43:33 -08:00
parent ea7b06003c
commit d558d1fd46
3 changed files with 3 additions and 3 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="1" min="0" step="0.01"
<input type="range" class="web-slider volume-slider" max="cfg.audio.maxVolume" min="0" step="0.01"
@input="setVolume($event.target.value)" :value="player.currentMediaItem.volume">
</div>
<div class="col-auto">