mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed: some issues around removing completed and failed downloads
This commit is contained in:
@@ -60,7 +60,7 @@ namespace NzbDrone.Api.Queue
|
||||
throw new BadRequestException();
|
||||
}
|
||||
|
||||
downloadClient.RemoveItem(trackedDownload.DownloadItem.DownloadId);
|
||||
downloadClient.RemoveItem(trackedDownload.DownloadItem.DownloadId, true);
|
||||
|
||||
return new object().AsResponse();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user