From 8f791abbf60eeb3096a99408bdd3954c87bd35a7 Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 1 Aug 2019 23:08:25 -0400 Subject: [PATCH] Fixed: Really Don't treat NZBs rejected by SABnzbd as successful --- src/NzbDrone.Core/Download/Clients/Sabnzbd/Sabnzbd.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NzbDrone.Core/Download/Clients/Sabnzbd/Sabnzbd.cs b/src/NzbDrone.Core/Download/Clients/Sabnzbd/Sabnzbd.cs index 1183825e5..6394111a8 100644 --- a/src/NzbDrone.Core/Download/Clients/Sabnzbd/Sabnzbd.cs +++ b/src/NzbDrone.Core/Download/Clients/Sabnzbd/Sabnzbd.cs @@ -43,7 +43,6 @@ namespace NzbDrone.Core.Download.Clients.Sabnzbd if (response == null || response.Ids.Empty()) { - return response.Ids.First(); throw new DownloadClientRejectedReleaseException(remoteAlbum.Release, "SABnzbd rejected the NZB for an unknown reason"); }