mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-30 08:42:32 -05:00
Fixed: Mark "BAD" Nzbget Downloads as Failed
This commit is contained in:
@@ -20,7 +20,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,
|
||||
|
||||
Reference in New Issue
Block a user