stabilize track components

This commit is contained in:
geoffrey45
2022-09-23 14:11:06 +03:00
committed by Mungai Njoroge
parent 9cbaa7ecff
commit eb8c4e5628
7 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
: index + 1
"
@playThis="updateQueue(track.index !== undefined ? track.index : index)"
:isPlaying="queue.playing"
:isCurrentPlaying="queue.playing"
:isCurrent="queue.currentid == track.trackid"
/>
</div>