mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
update interfaces to use the updated property names
+ misc changes related to moving to sqlite
This commit is contained in:
committed by
Mungai Njoroge
parent
881adc0f88
commit
f3c4f0310a
@@ -16,9 +16,9 @@
|
||||
<SongItem
|
||||
:track="item.track"
|
||||
:index="index + 1"
|
||||
:isCurrent="queue.currentid === item.track.trackid"
|
||||
:isCurrent="queue.currentid === item.track.id"
|
||||
:isCurrentPlaying="
|
||||
queue.currentid === item.track.trackid && queue.playing
|
||||
queue.currentid === item.track.id && queue.playing
|
||||
"
|
||||
@playThis="playFromQueue(index)"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user