mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Fix: When removing pending items from the queue remove all releases for that episode
This commit is contained in:
parent
80403a4021
commit
724a3eee45
4 changed files with 140 additions and 14 deletions
|
@ -55,7 +55,7 @@ namespace NzbDrone.Api.Queue
|
|||
|
||||
if (pendingRelease != null)
|
||||
{
|
||||
_pendingReleaseService.RemovePendingQueueItem(id);
|
||||
_pendingReleaseService.RemovePendingQueueItems(pendingRelease.Id);
|
||||
|
||||
return new object().AsResponse();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue