fix episode display

release-10.1.0
Luke Pulverenti 9 years ago
parent f494ec8655
commit f8903dba6a

@ -449,13 +449,8 @@ namespace MediaBrowser.Controller.Entities.TV
return true;
}
if (!episode.ParentIndexNumber.HasValue)
{
var season = episode.Season;
return season != null && string.Equals(GetUniqueSeriesKey(season), seasonPresentationKey, StringComparison.OrdinalIgnoreCase);
}
return false;
});
}

Loading…
Cancel
Save