mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-19 12:14:47 +02:00
massive UI/UX overhaul
This commit is contained in:
@@ -75,4 +75,7 @@ export interface Artist {
|
||||
artist: string;
|
||||
track_count: number;
|
||||
artwork_hash: string | null;
|
||||
album_count: number;
|
||||
/** Primary hash first, then one distinct cover per further album (max 4) — grid mosaic. */
|
||||
artwork_hashes: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user