mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
implement show copyright info on album page
+ rewrite server track and album models to use destructuring
This commit is contained in:
+2
-2
@@ -17,6 +17,7 @@ export interface Track {
|
||||
discnumber?: number;
|
||||
index?: number;
|
||||
uniq_hash: string;
|
||||
copyright?: string;
|
||||
}
|
||||
|
||||
export interface Folder {
|
||||
@@ -40,6 +41,7 @@ export interface AlbumInfo {
|
||||
is_single: boolean;
|
||||
hash: string;
|
||||
colors: string[];
|
||||
copyright?: string;
|
||||
}
|
||||
|
||||
export interface Artist {
|
||||
@@ -108,5 +110,3 @@ export interface FetchProps {
|
||||
put?: boolean;
|
||||
headers?: {};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user