mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Fixed: No longer produces error when deleting pending item from queue.
This commit is contained in:
parent
be1d4ce4c6
commit
85f7195d57
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ namespace NzbDrone.Api.Queue
|
|||
if (pendingRelease != null)
|
||||
{
|
||||
_pendingReleaseService.RemovePendingQueueItem(id);
|
||||
|
||||
return new object().AsResponse();
|
||||
}
|
||||
|
||||
var trackedDownload = GetTrackedDownload(id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue