Skip to content

Commit

Permalink
feat: cap at 400px
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Dec 6, 2024
1 parent 02027a1 commit 6bf71db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/apis/applemusic/song.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func songFromSongResponse(s songResponse) song {
s.Attributes.URL = u
}

maxAlbumArtSize := 200.0
maxAlbumArtSize := 400.0
return song{
Track: s.Attributes.Name,
Artist: s.Attributes.ArtistName,
Expand Down

0 comments on commit 6bf71db

Please sign in to comment.