Browse Source

continue jquery removal

Luke Pulverenti 9 năm trước cách đây
mục cha
commit
50b6d8b8ba
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);