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

@ -157,6 +157,13 @@ namespace NzbDrone.Core.Configuration
set { SetValue("DownloadClientWorkingFolders", value); }
}
public Int32 DownloadedEpisodesScanInterval
{
get { return GetValueInt("DownloadedEpisodesScanInterval", 1); }
set { SetValue("DownloadedEpisodesScanInterval", value); }
}
public Boolean SetPermissionsLinux
{
get { return GetValueBoolean("SetPermissionsLinux", false); }