aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Sorting/PremiereDateComparer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/Sorting/PremiereDateComparer.cs')
-rw-r--r--Emby.Server.Implementations/Sorting/PremiereDateComparer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Sorting/PremiereDateComparer.cs b/Emby.Server.Implementations/Sorting/PremiereDateComparer.cs
index d7219c86f..b42aabe25 100644
--- a/Emby.Server.Implementations/Sorting/PremiereDateComparer.cs
+++ b/Emby.Server.Implementations/Sorting/PremiereDateComparer.cs
@@ -32,7 +32,7 @@ namespace Emby.Server.Implementations.Sorting
{
return x.PremiereDate.Value;
}
-
+
if (x.ProductionYear.HasValue)
{
try