From b38930a277bbff0c6fe8b7cb17f56b2a0ab2c8b4 Mon Sep 17 00:00:00 2001 From: sel10ut <45976019+sel10ut@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:29:34 +0300 Subject: [PATCH] tweak(jellyfin): fetch actual recent album releases (#629) --- .../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 e21ef75d..7224ce13 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: {