mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
TrackedDownload cache, queue etc now use DownloadId instead of TrackedId so it can be found purely by the id provided by the download client.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace NzbDrone.Core.Queue
|
||||
TrackedDownloadStatus = trackedDownload.Status.ToString(),
|
||||
StatusMessages = trackedDownload.StatusMessages.ToList(),
|
||||
RemoteEpisode = trackedDownload.RemoteEpisode,
|
||||
TrackingId = trackedDownload.TrackingId
|
||||
DownloadId = trackedDownload.DownloadItem.DownloadId
|
||||
};
|
||||
|
||||
if (queue.Timeleft.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user