mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
New Series Import job not so spammy
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user