mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
New: Rebuilt Completed/Failed download handling from scratch
This commit is contained in:
@@ -17,7 +17,7 @@ namespace NzbDrone.Core.Download
|
||||
public QualityModel Quality { get; set; }
|
||||
public String SourceTitle { get; set; }
|
||||
public String DownloadClient { get; set; }
|
||||
public String DownloadClientId { get; set; }
|
||||
public String DownloadId { get; set; }
|
||||
public String Message { get; set; }
|
||||
public Dictionary<string, string> Data { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user