aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Sorting
diff options
context:
space:
mode:
authorRob <ankenyr@gmail.com>2021-09-13 08:32:18 -0700
committerGitHub <noreply@github.com>2021-09-13 08:32:18 -0700
commit8d45656c51c684fbbf3e94319ac5ec050d5e44b4 (patch)
treed30501cc46e45fea310dfd381d6c7f8fbab7ea9e /Emby.Server.Implementations/Sorting
parent96bc24b1dccb7b1f5467659b0350afa74afde243 (diff)
Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/Sorting')
-rw-r--r--Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs b/Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs
index 12e9c9b78..fd422ffbf 100644
--- a/Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs
+++ b/Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs
@@ -154,7 +154,7 @@ namespace Emby.Server.Implementations.Sorting
}
}
- return compare_val;
+ return comparisonResult;
}
/// <summary>