mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
handle favoriting in album page
+ fix fetching artist albums + create favoriteHandler composable
This commit is contained in:
committed by
Mungai Njoroge
parent
a0cf95024c
commit
d250928573
@@ -54,6 +54,7 @@ export interface Album {
|
||||
is_soundtrack: boolean;
|
||||
is_single: boolean;
|
||||
is_EP: boolean;
|
||||
is_favorite: boolean;
|
||||
genres: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user