mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Browse Lists from Discover Movies Page
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user