mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
DownloadClient settings cleaned up
This commit is contained in:
parent
c1bbd0bd5d
commit
fd88f17ead
8 changed files with 47 additions and 47 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue