mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
Fixed: some issues around removing completed and failed downloads
This commit is contained in:
parent
4ac9fd939a
commit
e79a2c742a
18 changed files with 39 additions and 156 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue