new progress slider
This commit is contained in:
parent
ee2ea8c4cf
commit
43a50625a1
3 changed files with 47 additions and 28 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue