mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
implement favoriting artists
This commit is contained in:
committed by
Mungai Njoroge
parent
f7a054d569
commit
a0cf95024c
@@ -65,6 +65,7 @@ export interface Artist {
|
||||
albumcount: number;
|
||||
duration: number;
|
||||
colors: string[];
|
||||
is_favorite?: boolean;
|
||||
}
|
||||
|
||||
export interface Option {
|
||||
|
||||
Reference in New Issue
Block a user