mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
update track interface to follow server updates
+ add search debounce time
This commit is contained in:
+5
-4
@@ -4,20 +4,21 @@ export interface Track {
|
||||
trackid: string;
|
||||
title: string;
|
||||
album?: string;
|
||||
artists: string[];
|
||||
artist: string[];
|
||||
albumartist?: string;
|
||||
albumhash?: string;
|
||||
folder?: string;
|
||||
filepath?: string;
|
||||
length?: number;
|
||||
duration?: number;
|
||||
bitrate?: number;
|
||||
genre?: string;
|
||||
image: string;
|
||||
tracknumber: number;
|
||||
discnumber: number;
|
||||
track: string;
|
||||
disc: string;
|
||||
index: number;
|
||||
hash: string;
|
||||
copyright?: string;
|
||||
filetype: string
|
||||
}
|
||||
|
||||
export interface Folder {
|
||||
|
||||
Reference in New Issue
Block a user