mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 23:19:53 -04:00
BacklogSearchJob will run every 30 days.
This commit is contained in:
@@ -32,7 +32,7 @@ public string Name
|
||||
|
||||
public int DefaultInterval
|
||||
{
|
||||
get { return 0; }
|
||||
get { return 43200; }
|
||||
}
|
||||
|
||||
public void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
||||
|
||||
Reference in New Issue
Block a user