Fixed: Really Don't treat NZBs rejected by SABnzbd as successful

pull/6/head
Qstick 5 years ago
parent ba310fe66b
commit 8f791abbf6

@ -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");
}

Loading…
Cancel
Save