continue jquery removal
This commit is contained in:
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…
Reference in New Issue
Block a user