From 813a53e7bd7f0accce876bf4e699cc1a9fe46b2d Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 10 Aug 2024 19:23:19 -0700 Subject: [PATCH] fixup! Fixed: Marking queued item as failed not blocking the correct Torrent Info Hash --- src/NzbDrone.Core/Blocklisting/BlocklistService.cs | 1 - src/NzbDrone.Core/Download/FailedDownloadService.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/NzbDrone.Core/Blocklisting/BlocklistService.cs b/src/NzbDrone.Core/Blocklisting/BlocklistService.cs index 573e47ff2..708b62f5a 100644 --- a/src/NzbDrone.Core/Blocklisting/BlocklistService.cs +++ b/src/NzbDrone.Core/Blocklisting/BlocklistService.cs @@ -4,7 +4,6 @@ using System.Linq; using NzbDrone.Common.Extensions; using NzbDrone.Core.Datastore; using NzbDrone.Core.Download; -using NzbDrone.Core.Download.TrackedDownloads; using NzbDrone.Core.Indexers; using NzbDrone.Core.Messaging.Commands; using NzbDrone.Core.Messaging.Events; diff --git a/src/NzbDrone.Core/Download/FailedDownloadService.cs b/src/NzbDrone.Core/Download/FailedDownloadService.cs index 356df10d2..163035b6a 100644 --- a/src/NzbDrone.Core/Download/FailedDownloadService.cs +++ b/src/NzbDrone.Core/Download/FailedDownloadService.cs @@ -4,7 +4,6 @@ using System.Linq; using NzbDrone.Common.Extensions; using NzbDrone.Core.Download.TrackedDownloads; using NzbDrone.Core.History; -using NzbDrone.Core.Indexers; using NzbDrone.Core.Messaging.Events; using NzbDrone.Core.Parser.Model;