Skip to content

Commit

Permalink
[bugfix]: fetch higher resolution artist images from Navidrome
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 committed Jan 29, 2024
1 parent afb8510 commit 04a468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/api/navidrome/navidrome-normalize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const normalizeAlbumArtist = (
baseUrl: server?.url,
coverArtId: `ar-${item.id}`,
credential: server?.credential,
size: 100,
size: 300,
});
}

Expand Down

1 comment on commit 04a468f

@vercel
Copy link

@vercel vercel bot commented on 04a468f Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

feishin – ./

feishin.vercel.app
feishin-git-development-jeffvli.vercel.app
feishin-jeffvli.vercel.app

Please sign in to comment.