Added partial season searching when a full season NZB is not available.

This commit is contained in:
Mark McDowall
2011-08-31 23:58:54 -07:00
parent fbb4ced77c
commit 35cad3d27e
12 changed files with 510 additions and 20 deletions

View File

@@ -10,6 +10,7 @@ namespace NzbDrone.Core.Model.Search
public string SeriesTitle { get; set; }
public int EpisodeNumber { get; set; }
public int SeasonNumber { get; set; }
public int EpisodePrefix { get; set; }
public DateTime AirDate { get; set; }
public SearchType SearchType { get; set; }
}