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

@@ -505,6 +505,7 @@ function mapArtist(artist: ArtistID3Element): Artist {
function mapArtistInfo(id: string, info: ArtistInfo2Element): ArtistInfo {
return {
id,
smallImageUrl: info.smallImageUrl,
largeImageUrl: info.largeImageUrl,
}
}