mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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
@ -152,7 +152,6 @@ namespace Emby.Server.Implementations.Sorting
|
|||||||
{
|
{
|
||||||
comparisonResult = DateTime.Compare(x.PremiereDate.Value, y.PremiereDate.Value);
|
comparisonResult = DateTime.Compare(x.PremiereDate.Value, y.PremiereDate.Value);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return comparisonResult;
|
return comparisonResult;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user