Fixed: Ignore empty tags when adding items to Flood
This commit is contained in:
parent
be937ec581
commit
0a5200766e
|
@ -81,7 +81,7 @@ namespace NzbDrone.Core.Download.Clients.Flood
|
|||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
return result.Where(t => t.IsNotNullOrWhiteSpace());
|
||||
}
|
||||
|
||||
public override string Name => "Flood";
|
||||
|
|
Loading…
Reference in New Issue