mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
tweak(jellyfin): fetch actual recent album releases (#629)
This commit is contained in:
@@ -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 New Issue
Block a user