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
+2 -1
View File
@@ -16,6 +16,7 @@ export interface Track {
tracknumber?: number;
disknumber?: number;
index?: number;
uniq_hash: string;
}
export interface Folder {
@@ -64,7 +65,7 @@ export interface Playlist {
count?: number;
lastUpdated?: string;
thumb?: string;
duration?: number
duration?: number;
}
export interface Notif {