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

Make list options advanced settings, Set min list sync

This commit is contained in:
Qstick
2020-11-26 22:40:17 -05:00
parent 082a0679d2
commit 17f8eb3aae
4 changed files with 54 additions and 55 deletions
@@ -120,7 +120,7 @@ namespace NzbDrone.Core.Configuration
public int ImportListSyncInterval
{
get { return GetValueInt("ImportListSyncInterval", 240); }
get { return GetValueInt("ImportListSyncInterval", 24); }
set { SetValue("ImportListSyncInterval", value); }
}