Fixed: Mark "BAD" Nzbget Downloads as Failed

pull/1392/head
Mark McDowall 4 years ago committed by ta264
parent 9ebeee8b4f
commit 0bb8672119

@ -20,7 +20,7 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
{
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…
Cancel
Save