mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added trackingId to queue
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user