mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
@@ -176,7 +176,7 @@ namespace NzbDrone.Core.Configuration
|
|||||||
|
|
||||||
public int DownloadedEpisodesScanInterval
|
public int DownloadedEpisodesScanInterval
|
||||||
{
|
{
|
||||||
get { return GetValueInt("DownloadedEpisodesScanInterval", 1); }
|
get { return GetValueInt("DownloadedEpisodesScanInterval", 0); }
|
||||||
|
|
||||||
set { SetValue("DownloadedEpisodesScanInterval", value); }
|
set { SetValue("DownloadedEpisodesScanInterval", value); }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user