Fixed: Downloads failed for file contents will be removed from client

pull/7700/head
Mark McDowall 2 months ago
parent b2214fd912
commit c034282f45

@ -40,6 +40,9 @@ namespace NzbDrone.Core.Download.TrackedDownloads
{
Status = TrackedDownloadStatus.Error;
State = TrackedDownloadState.FailedPending;
// Set CanBeRemoved to allow the failed item to be removed from the client
DownloadItem.CanBeRemoved = true;
}
}

Loading…
Cancel
Save