Fixed: Avoid download path check false positives for flood (#2566)
* Fixed: Avoid download path check false positives for flood (cherry picked from commit 7a859f340be3d0e82909e0f0d7260fb97409b4ee) * Update FloodProxy.cs Co-authored-by: Qstick <qstick@gmail.com>pull/2571/head
parent
bed22b59bb
commit
b88adfd171
@ -0,0 +1,7 @@
|
||||
namespace NzbDrone.Core.Download.Clients.Flood.Types
|
||||
{
|
||||
public class FloodClientSettings
|
||||
{
|
||||
public string DirectoryDefault { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in new issue