tweak(jellyfin): fetch actual recent album releases (#629)

This commit is contained in:
sel10ut 2024-07-03 11:29:34 +03:00 committed by GitHub
parent ea865f44b1
commit b38930a277
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ export const AlbumArtistDetailContent = ({ background }: AlbumArtistDetailConten
_custom: { _custom: {
jellyfin: { jellyfin: {
...(server?.type === ServerType.JELLYFIN ...(server?.type === ServerType.JELLYFIN
? { ArtistIds: albumArtistId } ? { AlbumArtistIds: albumArtistId }
: undefined), : undefined),
}, },
navidrome: { navidrome: {