mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Added trackingId to queue
This commit is contained in:
parent
7816499b52
commit
b579a1fcfe
3 changed files with 5 additions and 2 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue