continue jquery removal

This commit is contained in:
Luke Pulverenti 2016-06-14 16:59:30 -04:00
parent 66c86ccc58
commit 50b6d8b8ba

View File

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