mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-09 21:56:45 +00:00
Fixed: Downloads failed for file contents will be removed from client
This commit is contained in:
parent
7193acb5ee
commit
c8cb74a976
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue