Use Series.OID (Tests still need to be updated)

CalendarModule working
This commit is contained in:
Mark McDowall 2013-02-23 15:08:22 -08:00
commit 7d0d5ab943
24 changed files with 94 additions and 1035 deletions

View file

@ -56,7 +56,7 @@ namespace NzbDrone.Core.DecisionEngine
//Check if there was only one episode parsed
//and it is the first or last episode of the season
if (subject.EpisodeNumbers != null && subject.EpisodeNumbers.Count == 1 &&
_episodeService.IsFirstOrLastEpisodeOfSeason(series.SeriesId,
_episodeService.IsFirstOrLastEpisodeOfSeason(series.OID,
subject.SeasonNumber, subject.EpisodeNumbers[0]))
{
maxSize = maxSize * 2;