mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-20 13:17:17 +00:00
AppUpdateJob will run every 7 days.
This commit is contained in:
parent
65dfd3036a
commit
4180684a82
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace NzbDrone.Core.Providers.Jobs
|
||||||
|
|
||||||
public int DefaultInterval
|
public int DefaultInterval
|
||||||
{
|
{
|
||||||
get { return 0; }
|
get { return 10080; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
||||||
|
|
Loading…
Reference in a new issue