New: Browse Lists from Discover Movies Page

This commit is contained in:
Qstick
2020-09-03 22:50:56 -04:00
committed by GitHub
parent 54bcf9eed3
commit 361ffe353d
308 changed files with 4824 additions and 3169 deletions

View File

@@ -116,11 +116,11 @@ namespace NzbDrone.Core.Configuration
set { SetValue("AvailabilityDelay", value); }
}
public int NetImportSyncInterval
public int ImportListSyncInterval
{
get { return GetValueInt("NetImportSyncInterval", 60); }
get { return GetValueInt("ImportListSyncInterval", 240); }
set { SetValue("NetImportSyncInterval", value); }
set { SetValue("ImportListSyncInterval", value); }
}
public string ListSyncLevel