mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
refactor interfaces and references
This commit is contained in:
committed by
Mungai Njoroge
parent
4a49d48011
commit
6d8a9f880b
@@ -58,8 +58,8 @@ const scrollerItems = computed(() => {
|
||||
props: {
|
||||
track: track,
|
||||
index: track.index + 1,
|
||||
isCurrent: queue.currentid === track.id,
|
||||
isCurrentPlaying: queue.currentid === track.id && queue.playing,
|
||||
isCurrent: queue.currenttrackhash === track.trackhash,
|
||||
isCurrentPlaying: queue.currenttrackhash === track.trackhash && queue.playing,
|
||||
},
|
||||
size: 64,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user