mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 02:49:24 +02:00
Fixed #151: queue reorder or track deletion restarting currently playing track
This commit is contained in:
parent
48c9a8bd55
commit
6ed6634f93
6 changed files with 15 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
<audio-track
|
||||
ref="currentAudio"
|
||||
v-if="renderAudio && currentTrack"
|
||||
:key="(currentIndex, currentTrack.id)"
|
||||
:key="currentTrack.id"
|
||||
:is-current="true"
|
||||
:start-time="$store.state.player.currentTime"
|
||||
:autoplay="$store.state.player.playing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue