more volume thingies
This commit is contained in:
parent
ea7b06003c
commit
d558d1fd46
3 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue