mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: No longer produces error when deleting pending item from queue.
This commit is contained in:
parent
be1d4ce4c6
commit
85f7195d57
@ -44,6 +44,8 @@ private Response Remove(int id)
|
||||
if (pendingRelease != null)
|
||||
{
|
||||
_pendingReleaseService.RemovePendingQueueItem(id);
|
||||
|
||||
return new object().AsResponse();
|
||||
}
|
||||
|
||||
var trackedDownload = GetTrackedDownload(id);
|
||||
|
Loading…
Reference in New Issue
Block a user