mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
build artist page
+ connect artist page to backend ~ bugs introduced as there are hashing changes in the backend [will fix later]
This commit is contained in:
committed by
Mungai Njoroge
parent
fff2c53801
commit
075765088f
+6
-1
@@ -34,7 +34,7 @@ export interface Folder {
|
||||
is_sym: boolean;
|
||||
}
|
||||
|
||||
export interface AlbumInfo {
|
||||
export interface Album {
|
||||
albumid: string;
|
||||
title: string;
|
||||
albumartists: {
|
||||
@@ -61,6 +61,11 @@ export interface AlbumInfo {
|
||||
export interface Artist {
|
||||
name: string;
|
||||
image: string;
|
||||
artisthash: string;
|
||||
trackcount: number;
|
||||
albumcount: number;
|
||||
duration: number;
|
||||
colors: string[];
|
||||
}
|
||||
|
||||
export interface Option {
|
||||
|
||||
Reference in New Issue
Block a user