mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
rewrite highlight track to use track.uniq_hash instead of trackid
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
highlighted: isHighlighted,
|
||||
},
|
||||
]"
|
||||
v-bind:class="`track-${track.trackid}`"
|
||||
v-bind:class="`track-${track.uniq_hash}`"
|
||||
@dblclick="emitUpdate(track)"
|
||||
@contextmenu="showContextMenu"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user