1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-17 10:45:49 +02:00

AppUpdateJob will run every 7 days.

This commit is contained in:
Mark McDowall 2011-11-25 00:07:12 -08:00
parent 65dfd3036a
commit 4180684a82

View File

@ -39,7 +39,7 @@ namespace NzbDrone.Core.Providers.Jobs
public int DefaultInterval
{
get { return 0; }
get { return 10080; }
}
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)