mirror of
https://github.com/Radarr/Radarr
synced 2024-12-24 08:52:38 +00:00
Scene Mappings update every 6 hours now
This commit is contained in:
parent
3b16d68d0b
commit
d398440322
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public string Name
|
||||||
|
|
||||||
public TimeSpan DefaultInterval
|
public TimeSpan DefaultInterval
|
||||||
{
|
{
|
||||||
get { return TimeSpan.FromHours(12); }
|
get { return TimeSpan.FromHours(6); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual void Start(ProgressNotification notification, dynamic options)
|
public virtual void Start(ProgressNotification notification, dynamic options)
|
||||||
|
|
Loading…
Reference in a new issue