new progress slider

This commit is contained in:
booploops 2021-12-08 18:10:00 -08:00
parent ee2ea8c4cf
commit 43a50625a1
3 changed files with 47 additions and 28 deletions

View file

@ -72,7 +72,7 @@
mk.nowPlayingItem["attributes"]["albumName"] }}
</div>
<div class="song-progress">
<input type="range" step="0.01" min="0"
<input type="range" step="0.01" min="0" :style="progressBarStyle()"
@change="mk.seekToTime($event.target.value)"
:max="mk.currentPlaybackDuration" :value="playerLCD.playbackDuration">
</div>