mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 09:12:17 +00: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 @@ public ImportNewSeriesJob(SeriesProvider seriesProvider, EpisodeProvider episode
|
||||||
|
|
||||||
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…
Reference in a new issue