Revert "use only original/large imges for covers/artist"

This reverts commit c9aea9065c.
This commit is contained in:
austinried
2022-03-22 21:24:15 +09:00
parent 8fa59d2c18
commit a2127d917b
7 changed files with 33 additions and 23 deletions

View File

@@ -8,6 +8,7 @@ export interface Artist {
export interface ArtistInfo {
id: string
smallImageUrl?: string
largeImageUrl?: string
}