mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-28 19:44:54 +00:00
New Series Import job not so spammy
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user