aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Extensions
AgeCommit message (Collapse)Author
2026-07-06Fix artists being displayed with albumstheguymadmax
2026-07-02Fix folder viewtheguymadmax
2026-06-26Fix Book collections scanning all itemsMarc Brooks
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.
2025-11-30Remove DtoExtensions.AddClientFields (#15638)Niels van Velzen
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-07-29Enable nullable for DtoService and DtoOptionsBond_009
2024-04-30More efficient array creation (#11468)Bond-009
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-02-02Cleanup importsShadowghost
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-02-21Minor improvementsBond_009
2020-11-12Convert array property to IReadOnlyListcrobibero
2020-10-29Remove AddItemFieldscrobibero
2020-10-29Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-10-09Convert image type string to enum.crobibero
2020-10-09Convert field string to enum.crobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-20Use proper DtoOptions extensionscrobibero
2020-06-18Add DtoExtensions.cscrobibero