New: Set scanning interval for Drone Factory

This commit is contained in:
Mark McDowall
2014-03-14 02:41:56 -07:00
parent 0914441de7
commit c2ab59f5c5
5 changed files with 41 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ namespace NzbDrone.Core.Configuration
//Download Client
String DownloadedEpisodesFolder { get; set; }
String DownloadClientWorkingFolders { get; set; }
Int32 DownloadedEpisodesScanInterval { get; set; }
//Failed Download Handling (Download client)
Boolean AutoRedownloadFailed { get; set; }