mirror of
https://github.com/Radarr/Radarr
synced 2025-12-21 15:56:23 +01:00
parent
d382e15749
commit
a35c5f79c1
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ public string DownloadClientWorkingFolders
|
|||
|
||||
public int DownloadedEpisodesScanInterval
|
||||
{
|
||||
get { return GetValueInt("DownloadedEpisodesScanInterval", 1); }
|
||||
get { return GetValueInt("DownloadedEpisodesScanInterval", 0); }
|
||||
|
||||
set { SetValue("DownloadedEpisodesScanInterval", value); }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue