Fixed: Grab discography during artist search (#208)

Closes #184
This commit is contained in:
Qstick
2018-02-10 05:03:12 +01:00
committed by GitHub
parent c105c9a65e
commit 37d1ed4a48
13 changed files with 249 additions and 43 deletions
@@ -16,6 +16,8 @@ namespace NzbDrone.Core.Parser.Model
public QualityModel Quality { get; set; }
public string ReleaseDate { get; set; }
public bool Discography { get; set; }
public int DiscographyStart { get; set; }
public int DiscographyEnd { get; set; }
public Language Language { get; set; }
public string ReleaseGroup { get; set; }
public string ReleaseHash { get; set; }