mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
New: Blackhole implemented, allowing clients other than SABnzbd to be used.
This commit is contained in:
parent
d670e45001
commit
a96ff2519a
6 changed files with 147 additions and 8 deletions
|
@ -416,6 +416,12 @@ namespace NzbDrone.Core.Providers.Core
|
|||
set { SetValue("DownloadClient", (int)value); }
|
||||
}
|
||||
|
||||
public virtual string BlackholeDirectory
|
||||
{
|
||||
get { return GetValue("BlackholeDirectory", String.Empty); }
|
||||
set { SetValue("BlackholeDirectory", value); }
|
||||
}
|
||||
|
||||
public string UGuid
|
||||
{
|
||||
get { return GetValue("UGuid", Guid.NewGuid().ToString(), persist: true); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue