aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/TV
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2021-01-18 06:47:18 -0700
committercrobibero <cody@robibe.ro>2021-01-18 06:47:18 -0700
commit1455c2aa101ea80ba772b648f869c73cac655830 (patch)
tree94452e879de6cd67301034e88a2a7a9fb2f6cd84 /Emby.Server.Implementations/TV
parent3b9567d58364c1eac0e99169ba8aef8d3bd6777f (diff)
Remove commented code
Diffstat (limited to 'Emby.Server.Implementations/TV')
-rw-r--r--Emby.Server.Implementations/TV/TVSeriesManager.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/TV/TVSeriesManager.cs b/Emby.Server.Implementations/TV/TVSeriesManager.cs
index 168c8fea0..839b62448 100644
--- a/Emby.Server.Implementations/TV/TVSeriesManager.cs
+++ b/Emby.Server.Implementations/TV/TVSeriesManager.cs
@@ -143,8 +143,6 @@ namespace Emby.Server.Implementations.TV
var allNextUp = seriesKeys
.Select(i => GetNextUp(i, currentUser, dtoOptions));
- // allNextUp = allNextUp.OrderByDescending(i => i.Item1);
-
// If viewing all next up for all series, remove first episodes
// But if that returns empty, keep those first episodes (avoid completely empty view)
var alwaysEnableFirstEpisode = !string.IsNullOrEmpty(request.SeriesId);