New Series Import job not so spammy
This commit is contained in:
parent
ae0648b8f4
commit
760e7e7749
|
@ -46,12 +46,12 @@ namespace NzbDrone.Core.Jobs
|
|||
|
||||
public string Name
|
||||
{
|
||||
get { return "New Series Update"; }
|
||||
get { return "Import New Series"; }
|
||||
}
|
||||
|
||||
public TimeSpan DefaultInterval
|
||||
{
|
||||
get { return TimeSpan.FromMinutes(1); }
|
||||
get { return TimeSpan.FromHours(6); }
|
||||
}
|
||||
|
||||
public void Start(ProgressNotification notification, dynamic options)
|
||||
|
|
Loading…
Reference in New Issue