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

Changed update URL

pull/2/head
Mark McDowall 13 years ago
parent 5eed64fa73
commit 760a40d61d

@ -24,7 +24,7 @@ namespace NzbDrone.Core.Providers
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
private static readonly Regex parseRegex = new Regex(@"(?:\>)(?<filename>NzbDrone.+?(?<version>\d+\.\d+\.\d+\.\d+).+?)(?:\<\/A\>)", RegexOptions.IgnoreCase);
public const string DEFAULT_UPDATE_URL = @"http://update.nzbdrone.com/master/";
public const string DEFAULT_UPDATE_URL = @"http://update.nzbdrone.com/_release/";
[Inject]

Loading…
Cancel
Save