jellyfin/Emby.Server.Implementations/Images
Marc Brooks 70b4589382
Fix Book collections scanning all items
Added static method GetBaseItemKindsForCollectionType in ItemsController (moved from ContentFolderImageProvider to be shared)

Added AudioBook to GetRepresentativeItemTypes for CollectionType.books for consistency

Added GetBooks to GetUserItems for CollectionType.books which gets BaseItemKind.Book and BaseItemKind.AudioBook

Move GetBaseItemKindsForCollectionType to DtoExtensions

Cleaned up the missing null checks and used new collection expressions.
Associate Person to Book and AudioBook for related items.
2026-06-26 11:25:58 -05:00
..
ArtistImageProvider.cs
BaseDynamicImageProvider.cs Backport pull request #16231 from jellyfin/release-10.11.z 2026-02-14 05:57:26 -05:00
BaseFolderImageProvider.cs WIP fixed namespaces 2025-03-25 15:30:22 +00:00
CollectionFolderImageProvider.cs Fix Book collections scanning all items 2026-06-26 11:25:58 -05:00
DynamicImageProvider.cs Convert CollectionType to use lowercase enum names 2023-12-08 15:45:36 -07:00
FolderImageProvider.cs Enable nullable for more files (#9310) 2023-02-14 12:09:07 -07:00
GenreImageProvider.cs WIP fixed namespaces 2025-03-25 15:30:22 +00:00
MusicAlbumImageProvider.cs Backport pull request #11673 from jellyfin/release-10.9.z 2024-05-17 13:51:50 -04:00
MusicGenreImageProvider.cs WIP fixed namespaces 2025-03-25 15:30:22 +00:00
PhotoAlbumImageProvider.cs
PlaylistImageProvider.cs Use DistinctBy introduced in .NET 6 2022-12-19 15:21:42 +01:00