mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 15:23:59 +00:00
Fixed: No longer produces error when deleting pending item from queue.
This commit is contained in:
@@ -44,6 +44,8 @@ namespace NzbDrone.Api.Queue
|
||||
if (pendingRelease != null)
|
||||
{
|
||||
_pendingReleaseService.RemovePendingQueueItem(id);
|
||||
|
||||
return new object().AsResponse();
|
||||
}
|
||||
|
||||
var trackedDownload = GetTrackedDownload(id);
|
||||
|
||||
Reference in New Issue
Block a user