mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 12:55:14 +01:00
parent
a77d43bd43
commit
7f201c6677
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public class Nzbget : UsenetClientBase<NzbgetSettings>
|
|||
{
|
||||
private readonly INzbgetProxy _proxy;
|
||||
private readonly string[] _successStatus = { "SUCCESS", "NONE" };
|
||||
private readonly string[] _deleteFailedStatus = { "HEALTH", "DUPE", "SCAN", "COPY" };
|
||||
private readonly string[] _deleteFailedStatus = { "HEALTH", "DUPE", "SCAN", "COPY", "BAD" };
|
||||
|
||||
public Nzbget(INzbgetProxy proxy,
|
||||
IHttpClient httpClient,
|
||||
|
|
|
|||
Loading…
Reference in a new issue