handle favoriting in album page

+ fix fetching artist albums
+ create favoriteHandler composable
This commit is contained in:
geoffrey45
2022-12-28 09:07:55 +03:00
committed by Mungai Njoroge
parent a0cf95024c
commit d250928573
7 changed files with 69 additions and 51 deletions
+1
View File
@@ -54,6 +54,7 @@ export interface Album {
is_soundtrack: boolean;
is_single: boolean;
is_EP: boolean;
is_favorite: boolean;
genres: string[];
}