mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Rename Drone Factory Config Keys (#70)
* Rename Drone Factory Config Keys
This commit is contained in:
@@ -11,9 +11,9 @@ namespace NzbDrone.Core.Configuration
|
||||
bool IsDefined(string key);
|
||||
|
||||
//Download Client
|
||||
string DownloadedEpisodesFolder { get; set; }
|
||||
string DownloadedAlbumsFolder { get; set; }
|
||||
string DownloadClientWorkingFolders { get; set; }
|
||||
int DownloadedEpisodesScanInterval { get; set; }
|
||||
int DownloadedAlbumsScanInterval { get; set; }
|
||||
int DownloadClientHistoryLimit { get; set; }
|
||||
|
||||
//Completed/Failed Download Handling (Download client)
|
||||
|
||||
Reference in New Issue
Block a user