mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Added partial season searching when a full season NZB is not available.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user