mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Pneumatic added to server side
This commit is contained in:
parent
cc6011ec87
commit
853f7689bc
4 changed files with 164 additions and 0 deletions
|
@ -520,6 +520,12 @@ namespace NzbDrone.Core.Providers.Core
|
|||
set { SetValue("AllowedReleaseGroups", value); }
|
||||
}
|
||||
|
||||
public virtual string PneumaticDirectory
|
||||
{
|
||||
get { return GetValue("PneumaticDirectory", String.Empty); }
|
||||
set { SetValue("PneumaticDirectory", value); }
|
||||
}
|
||||
|
||||
private string GetValue(string key)
|
||||
{
|
||||
return GetValue(key, String.Empty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue