aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Dto
AgeCommit message (Collapse)Author
7 daysMerge pull request #16520 from beateixeira04/PlaylistPrimaryImageFixBond-009
fix(dto): prefer PlaylistsFolder primary image for playlists tiles
2026-05-29Fix recently added episode links and postersShadowghost
2026-03-29fix(dto): prefer PlaylistsFolder primary image for playlists tilesBeatriz Teixeira
This patch fixes issue #16032 where the Playlists media folder ignored a user-uploaded Primary image and kept showing the generated collage. The root cause was DTO image precedence on UserView items for CollectionType.playlists. We now prefer the display parent (PlaylistsFolder) Primary image when available by clearing the UserView Primary tag and setting ParentPrimaryImageItemId/ParentPrimaryImageTag. Added tests cover both paths: parent custom image preferred, and fallback to existing UserView Primary when parent has none.