Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/e3d47cddaa4c4e45ce47b73cec3ee0fe47d50d93 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Revert "removed default for Sab"

This reverts commit 9339b98d1e.
pull/4/head
Mark McDowall 12 years ago
parent 9e00da4d2a
commit e3d47cddaa

@ -74,14 +74,14 @@ namespace NzbDrone.Core.Configuration
public String SabHost
{
get { return GetValue("SabHost"); }
get { return GetValue("SabHost", "localhost"); }
set { SetValue("SabHost", value); }
}
public int SabPort
{
get { return GetValueInt("SabPort"); }
get { return GetValueInt("SabPort", 8080); }
set { SetValue("SabPort", value); }
}

Loading…
Cancel
Save