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
@@ -90,7 +90,7 @@ export default async (
Router.push({
name: "FolderView",
params: { path: track.folder },
query: { highlight: track.trackid },
query: { highlight: track.uniq_hash },
});
},
icon: "folder",