From 1be9673a764ba91ca0ed6b285d9e5eb6a0761a09 Mon Sep 17 00:00:00 2001 From: sel10ut <45976019+sel10ut@users.noreply.github.com> Date: Mon, 27 May 2024 10:46:45 +0300 Subject: [PATCH] tweak(jellyfin): fetch actual recent album releases --- .../features/artists/components/album-artist-detail-content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/features/artists/components/album-artist-detail-content.tsx b/src/renderer/features/artists/components/album-artist-detail-content.tsx index e21ef75da..7224ce13b 100644 --- a/src/renderer/features/artists/components/album-artist-detail-content.tsx +++ b/src/renderer/features/artists/components/album-artist-detail-content.tsx @@ -99,7 +99,7 @@ export const AlbumArtistDetailContent = ({ background }: AlbumArtistDetailConten _custom: { jellyfin: { ...(server?.type === ServerType.JELLYFIN - ? { ArtistIds: albumArtistId } + ? { AlbumArtistIds: albumArtistId } : undefined), }, navidrome: {