mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-16 09:32:25 +00:00
Update Emby.Server.Implementations/TV/TVSeriesManager.cs
This commit is contained in:
@@ -206,7 +206,8 @@ namespace Emby.Server.Implementations.TV
|
||||
DtoOptions = dtoOptions
|
||||
}).Cast<Episode>().FirstOrDefault();
|
||||
|
||||
if (!(nextEpisode is null)) {
|
||||
if (nextEpisode != null)
|
||||
{
|
||||
var userData = _userDataManager.GetUserData(user, nextEpisode);
|
||||
|
||||
if (userData.PlaybackPositionTicks > 0)
|
||||
|
||||
Reference in New Issue
Block a user