implement favoriting artists

This commit is contained in:
geoffrey45
2022-12-27 20:16:02 +03:00
committed by Mungai Njoroge
parent f7a054d569
commit a0cf95024c
8 changed files with 68 additions and 30 deletions
+1
View File
@@ -65,6 +65,7 @@ export interface Artist {
albumcount: number;
duration: number;
colors: string[];
is_favorite?: boolean;
}
export interface Option {