mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
DownloadClient settings cleaned up
This commit is contained in:
@@ -172,7 +172,7 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("DownloadClient", value); }
|
||||
}
|
||||
|
||||
public string BlackholeDirectory
|
||||
public string BlackholeFolder
|
||||
{
|
||||
get { return GetValue("BlackholeDirectory", String.Empty); }
|
||||
set { SetValue("BlackholeDirectory", value); }
|
||||
@@ -190,7 +190,7 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("MetadataUseBanners", value); }
|
||||
}
|
||||
|
||||
public string PneumaticDirectory
|
||||
public string PneumaticFolder
|
||||
{
|
||||
get { return GetValue("PneumaticDirectory", String.Empty); }
|
||||
set { SetValue("PneumaticDirectory", value); }
|
||||
|
||||
@@ -27,10 +27,10 @@ namespace NzbDrone.Core.Configuration
|
||||
int Retention { get; set; }
|
||||
Guid UGuid { get; }
|
||||
DownloadClientType DownloadClient { get; set; }
|
||||
string BlackholeDirectory { get; set; }
|
||||
string BlackholeFolder { get; set; }
|
||||
string ServiceRootUrl { get; }
|
||||
Boolean MetadataUseBanners { get; set; }
|
||||
string PneumaticDirectory { get; set; }
|
||||
string PneumaticFolder { get; set; }
|
||||
string RecycleBin { get; set; }
|
||||
int RssSyncInterval { get; set; }
|
||||
Boolean IgnoreArticlesWhenSortingSeries { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user