tweak(jellyfin): fetch actual recent album releases (#629)
This commit is contained in:
parent
ea865f44b1
commit
b38930a277
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Reference in a new issue