mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
parent
d382e15749
commit
a35c5f79c1
1 changed files with 1 additions and 1 deletions
|
@ -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); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue