continue jquery removal

pull/702/head
Luke Pulverenti 8 years ago
parent 66c86ccc58
commit 50b6d8b8ba

@ -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);

Loading…
Cancel
Save