Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/760e7e7749e6d864b7a27ea2e5fc9ee18bce672e?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

New Series Import job not so spammy

pull/21/head
Mark McDowall 12 years ago
parent ae0648b8f4
commit 760e7e7749

@ -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)

Loading…
Cancel
Save