aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Playlists/PlaylistsFolder.cs
AgeCommit message (Collapse)Author
2025-03-25Fixed namespacesJPVenson
2024-10-10Readded custom serialisationJPVenson
2023-12-08Convert CollectionType to use lowercase enum namesCody Robibero
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-05-26Fix TotalRecordCount calculationShadowghost
2023-05-15Fix playlists library and migration (#9770)Shadowghost
2022-12-05Replace == null with is nullBond_009
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-10-03Fix warnings in PlaylistsPatrick Barron