Skip to content

Commit

Permalink
Merge pull request #1722 from u7630748/fix/1151
Browse files Browse the repository at this point in the history
Fix/1151 - Fix artist image consistency and fallback logic
  • Loading branch information
nukeop authored Oct 16, 2024
2 parents e0d20e2 + 30de9d0 commit 0697afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/plugins/meta/audius.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class AudiusMetaProvider extends MetaProvider {
onTour: hasLastFmArtist ? lastFmInfo.ontour === '1' : false,
coverImage,
thumb,
images: [],
images: [coverImage, thumb],
topTracks: _.map(ArtistTracks, (track) => ({
name: track.title,
title: track.title,
Expand Down

0 comments on commit 0697afc

Please sign in to comment.