1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Fixed: some issues around removing completed and failed downloads

This commit is contained in:
Keivan Beigi
2014-12-22 17:17:48 -08:00
parent 4ac9fd939a
commit e79a2c742a
18 changed files with 39 additions and 156 deletions
+1 -1
View File
@@ -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();
}