mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 20:24:12 +01:00
Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
8d45656c51
commit
d557a5371e
1 changed files with 0 additions and 1 deletions
|
|
@ -151,7 +151,6 @@ namespace Emby.Server.Implementations.Sorting
|
|||
if (comparisonResult == 0 && x.PremiereDate.HasValue && y.PremiereDate.HasValue)
|
||||
{
|
||||
comparisonResult = DateTime.Compare(x.PremiereDate.Value, y.PremiereDate.Value);
|
||||
}
|
||||
}
|
||||
|
||||
return comparisonResult;
|
||||
|
|
|
|||
Loading…
Reference in a new issue