mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
rewrite highlight track to use track.uniq_hash instead of trackid
This commit is contained in:
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user