mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
continue jquery removal
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user