mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed: Really Don't treat NZBs rejected by SABnzbd as successful
This commit is contained in:
parent
ba310fe66b
commit
8f791abbf6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue