mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Fix: When removing pending items from the queue remove all releases for that episode
This commit is contained in:
@@ -55,7 +55,7 @@ namespace NzbDrone.Api.Queue
|
||||
|
||||
if (pendingRelease != null)
|
||||
{
|
||||
_pendingReleaseService.RemovePendingQueueItem(id);
|
||||
_pendingReleaseService.RemovePendingQueueItems(pendingRelease.Id);
|
||||
|
||||
return new object().AsResponse();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user