Added name + year lookups

New: Support series lookup when year has been appended to the release name
This commit is contained in:
Mark McDowall
2013-10-31 16:50:39 -07:00
parent da0f04d4c8
commit 436644318b
10 changed files with 220 additions and 42 deletions

View File

@@ -7,6 +7,7 @@ namespace NzbDrone.Core.Parser.Model
public class ParsedEpisodeInfo
{
public string SeriesTitle { get; set; }
public SeriesTitleInfo SeriesTitleInfo { get; set; }
public QualityModel Quality { get; set; }
public int SeasonNumber { get; set; }
public int[] EpisodeNumbers { get; set; }