rewrite highlight track to use track.uniq_hash instead of trackid

This commit is contained in:
geoffrey45
2022-07-10 22:10:09 +03:00
parent 7e3243272f
commit e538b0d4d7
5 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
highlighted: isHighlighted,
},
]"
v-bind:class="`track-${track.trackid}`"
v-bind:class="`track-${track.uniq_hash}`"
@dblclick="emitUpdate(track)"
@contextmenu="showContextMenu"
>