mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
New Series Import job not so spammy
This commit is contained in:
parent
ae0648b8f4
commit
760e7e7749
1 changed files with 2 additions and 2 deletions
|
@ -46,12 +46,12 @@ namespace NzbDrone.Core.Jobs
|
||||||
|
|
||||||
public string Name
|
public string Name
|
||||||
{
|
{
|
||||||
get { return "New Series Update"; }
|
get { return "Import New Series"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public TimeSpan DefaultInterval
|
public TimeSpan DefaultInterval
|
||||||
{
|
{
|
||||||
get { return TimeSpan.FromMinutes(1); }
|
get { return TimeSpan.FromHours(6); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Start(ProgressNotification notification, dynamic options)
|
public void Start(ProgressNotification notification, dynamic options)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue