diff options
| author | crobibero <cody@robibe.ro> | 2021-01-18 06:47:18 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2021-01-18 06:47:18 -0700 |
| commit | 1455c2aa101ea80ba772b648f869c73cac655830 (patch) | |
| tree | 94452e879de6cd67301034e88a2a7a9fb2f6cd84 /Emby.Server.Implementations/TV | |
| parent | 3b9567d58364c1eac0e99169ba8aef8d3bd6777f (diff) | |
Remove commented code
Diffstat (limited to 'Emby.Server.Implementations/TV')
| -rw-r--r-- | Emby.Server.Implementations/TV/TVSeriesManager.cs | 2 |
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); |
