mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Added trackingId to queue
This commit is contained in:
@@ -22,5 +22,6 @@ namespace NzbDrone.Core.Queue
|
||||
public String TrackedDownloadStatus { get; set; }
|
||||
public List<TrackedDownloadStatusMessage> StatusMessages { get; set; }
|
||||
public RemoteEpisode RemoteEpisode { get; set; }
|
||||
public String TrackingId { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user