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

Fixed rebase issues.

pull/2/head
kay.one 13 years ago
parent 174f765ec9
commit 26242d7dde

@ -432,11 +432,6 @@ namespace NzbDrone.Core.Providers.Core
get { return "http://services.nzbdrone.com"; }
}
public string UGuid
{
get { return GetValue("UGuid", Guid.NewGuid().ToString(), persist: true); }
}
private string GetValue(string key)
{
return GetValue(key, String.Empty);

Loading…
Cancel
Save