Implement Release Parsing, Decision Engine, and Downloading (#35)

* Implement Parsing, Decision Engine, and Downloading
This commit is contained in:
Qstick
2017-08-13 22:58:42 -04:00
committed by GitHub
parent 5556989324
commit 1e4d9480e9
191 changed files with 2604 additions and 2755 deletions
@@ -12,8 +12,12 @@ namespace NzbDrone.Core.Download
Data = new Dictionary<string, string>();
}
[System.Obsolete("Used for sonarr, not lidarr")]
public int SeriesId { get; set; }
public int ArtistId { get; set; }
[System.Obsolete("Used for sonarr, not lidarr")]
public List<int> EpisodeIds { get; set; }
public List<int> AlbumIds { get; set; }
public QualityModel Quality { get; set; }
public string SourceTitle { get; set; }
public string DownloadClient { get; set; }