1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: Marking queued item as failed not blocking the correct Torrent Info Hash

(cherry picked from commit 4b186e894e4e229a435c077e00c65b67ca178333)

Closes #10274
This commit is contained in:
Mark McDowall
2024-08-11 08:48:22 -07:00
committed by Bogdan
parent 25685314bc
commit 4628868dfa
3 changed files with 25 additions and 36 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ namespace Radarr.Api.V3.Queue
if (blocklist)
{
_failedDownloadService.MarkAsFailed(trackedDownload.DownloadItem.DownloadId, skipRedownload);
_failedDownloadService.MarkAsFailed(trackedDownload, skipRedownload);
}
if (!removeFromClient && !blocklist && !changeCategory)