Browse Source

continue jquery removal

Luke Pulverenti 9 years ago
parent
commit
50b6d8b8ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.Server.Implementations/TV/TVSeriesManager.cs

+ 1 - 0
MediaBrowser.Server.Implementations/TV/TVSeriesManager.cs

@@ -136,6 +136,7 @@ namespace MediaBrowser.Server.Implementations.TV
 
             }).Cast<Episode>().FirstOrDefault();
 
+            // series is fully played
             if (firstUnwatchedEpisode == null)
             {
                 return new Tuple<Episode, DateTime, bool>(null, DateTime.MinValue, true);