Browse Source

Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Rob 3 years ago
parent
commit
8d45656c51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs

+ 1 - 1
Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs

@@ -154,7 +154,7 @@ namespace Emby.Server.Implementations.Sorting
                 }
             }
 
-            return compare_val;
+            return comparisonResult;
         }
 
         /// <summary>