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

Register Common providers

pull/2/head
Mark McDowall 12 years ago
parent 05aed27923
commit ca94a3de3d

@ -29,6 +29,7 @@ namespace NzbDrone.Update
Console.WriteLine("Starting NzbDrone Update Client");
var builder = new ContainerBuilder();
builder.RegisterAssemblyTypes(typeof(UpdateProvider).Assembly).SingleInstance();
builder.RegisterAssemblyTypes(typeof(RestProvider).Assembly).SingleInstance();
_container = builder.Build();
InitLoggers();

Loading…
Cancel
Save