mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
Fixed: Really Don't treat NZBs rejected by SABnzbd as successful
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user