1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

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
@@ -7,6 +7,7 @@ namespace NzbDrone.Api.Config
{
public String DownloadedEpisodesFolder { get; set; }
public String DownloadClientWorkingFolders { get; set; }
public Int32 DownloadedEpisodesScanInterval { get; set; }
public Boolean AutoRedownloadFailed { get; set; }
public Boolean RemoveFailedDownloads { get; set; }