Added trackingId to queue

This commit is contained in:
Mark McDowall
2014-10-22 16:57:37 -07:00
parent 7816499b52
commit b579a1fcfe
3 changed files with 5 additions and 2 deletions

View File

@@ -21,5 +21,6 @@ namespace NzbDrone.Api.Queue
public String Status { get; set; }
public String TrackedDownloadStatus { get; set; }
public List<TrackedDownloadStatusMessage> StatusMessages { get; set; }
public String TrackingId { get; set; }
}
}