mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Loading artist images from navidrome
This commit is contained in:
@@ -26,6 +26,11 @@ export type AuthFailure = {
|
||||
export type Artist = {
|
||||
id: string;
|
||||
name: string;
|
||||
image: {
|
||||
small: string | undefined,
|
||||
medium: string | undefined,
|
||||
large: string | undefined,
|
||||
}
|
||||
};
|
||||
|
||||
export type Album = {
|
||||
|
||||
Reference in New Issue
Block a user