jellyfin/Emby.Server.Implementations/Images
Cody Robibero 906f701fa8
Convert CollectionType, SpecialFolderType to enum (#9764)
* 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-11-09 14:00:29 -07:00
..
ArtistImageProvider.cs Remove unused using directives 2021-04-17 11:37:55 +01:00
BaseDynamicImageProvider.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
BaseFolderImageProvider.cs Convert ItemSortBy to enum (#9765) 2023-11-09 14:00:13 -07:00
CollectionFolderImageProvider.cs Convert CollectionType, SpecialFolderType to enum (#9764) 2023-11-09 14:00:29 -07:00
DynamicImageProvider.cs Convert CollectionType, SpecialFolderType to enum (#9764) 2023-11-09 14:00:29 -07:00
FolderImageProvider.cs Enable nullable for more files (#9310) 2023-02-14 12:09:07 -07:00
GenreImageProvider.cs Enable nullable for more files (#9310) 2023-02-14 12:09:07 -07:00
MusicAlbumImageProvider.cs Fix the last few warnings 2021-10-06 11:30:45 +02:00
MusicGenreImageProvider.cs Use BaseItemKind where possible 2021-12-12 06:11:27 -07:00
PhotoAlbumImageProvider.cs Fix the last few warnings 2021-10-06 11:30:45 +02:00
PlaylistImageProvider.cs Use DistinctBy introduced in .NET 6 2022-12-19 15:21:42 +01:00