Pull DownloadClientItemClientInfo part of 824d315a

This commit is contained in:
ta264
2020-11-16 21:34:49 +00:00
parent cedc026710
commit 3e4ebe8aca
30 changed files with 88 additions and 48 deletions
@@ -10,7 +10,7 @@ namespace NzbDrone.Core.Download
public List<int> BookIds { get; set; }
public QualityModel Quality { get; set; }
public string SourceTitle { get; set; }
public string DownloadClient { get; set; }
public DownloadClientItemClientInfo DownloadClientInfo { get; set; }
public string DownloadId { get; set; }
public string Message { get; set; }
}