mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
continue jquery removal
This commit is contained in:
parent
66c86ccc58
commit
50b6d8b8ba
@ -136,6 +136,7 @@ namespace MediaBrowser.Server.Implementations.TV
|
|||||||
|
|
||||||
}).Cast<Episode>().FirstOrDefault();
|
}).Cast<Episode>().FirstOrDefault();
|
||||||
|
|
||||||
|
// series is fully played
|
||||||
if (firstUnwatchedEpisode == null)
|
if (firstUnwatchedEpisode == null)
|
||||||
{
|
{
|
||||||
return new Tuple<Episode, DateTime, bool>(null, DateTime.MinValue, true);
|
return new Tuple<Episode, DateTime, bool>(null, DateTime.MinValue, true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user