jellyfin/Emby.Server.Implementations/Sorting
2023-02-15 23:41:28 +01:00
..
AiredEpisodeOrderComparer.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
AlbumArtistComparer.cs
AlbumComparer.cs
ArtistComparer.cs
CommunityRatingComparer.cs Use ArgumentNullException.ThrowIfNull helper method 2022-10-06 20:21:23 +02:00
CriticRatingComparer.cs
DateCreatedComparer.cs
DateLastMediaAddedComparer.cs
DatePlayedComparer.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
IndexNumberComparer.cs Use ArgumentNullException.ThrowIfNull helper method 2022-10-06 20:21:23 +02:00
IsFavoriteOrLikeComparer.cs
IsFolderComparer.cs Enable nullable reference types for Emby.Server.Implementations 2021-05-20 22:48:53 +02:00
IsPlayedComparer.cs
IsUnplayedComparer.cs
NameComparer.cs
OfficialRatingComparer.cs
ParentIndexNumberComparer.cs
PlayCountComparer.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
PremiereDateComparer.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
ProductionYearComparer.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
RandomComparer.cs Fix warnings in Sorting 2021-10-03 21:41:22 -04:00
RuntimeComparer.cs Enable nullable for more files 2023-02-15 23:41:28 +01:00
SeriesSortNameComparer.cs Enable nullable for more files 2023-02-15 23:41:28 +01:00
SortNameComparer.cs Enable nullable for more files 2023-02-15 23:41:28 +01:00
StartDateComparer.cs Enable nullable for more files 2023-02-15 23:41:28 +01:00
StudioComparer.cs Enable nullable for more files 2023-02-15 23:41:28 +01:00