mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add experimental remove from queue action
+ show albumartist on TrackItem if artists == "" + add action to reset playlist page artists to prevent content flashes + remove use of defaultTrackItem
This commit is contained in:
+7
-7
@@ -16,7 +16,7 @@ export interface Track {
|
||||
tracknumber?: number;
|
||||
discnumber?: number;
|
||||
index?: number;
|
||||
uniq_hash: string;
|
||||
hash: string;
|
||||
copyright?: string;
|
||||
}
|
||||
|
||||
@@ -62,12 +62,12 @@ export interface Playlist {
|
||||
playlistid: string;
|
||||
name: string;
|
||||
description?: string;
|
||||
image?: string | FormData;
|
||||
tracks?: Track[];
|
||||
count?: number;
|
||||
lastUpdated?: string;
|
||||
thumb?: string;
|
||||
duration?: number;
|
||||
image: string | FormData;
|
||||
tracks: Track[];
|
||||
count: number;
|
||||
lastUpdated: string;
|
||||
thumb: string;
|
||||
duration: number;
|
||||
}
|
||||
|
||||
export interface Notif {
|
||||
|
||||
Reference in New Issue
Block a user