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

Scene Mappings update every 6 hours now

pull/21/head
Mark McDowall 12 years ago
parent 3b16d68d0b
commit d398440322

@ -26,7 +26,7 @@ namespace NzbDrone.Core.Jobs
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…
Cancel
Save