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

Install updates will send info to UI

pull/6/head
Mark McDowall 11 years ago
parent 2dccc0567e
commit 3ccdbca712

@ -5,5 +5,13 @@ namespace NzbDrone.Core.Update.Commands
public class InstallUpdateCommand : Command
{
public UpdatePackage UpdatePackage { get; set; }
public override bool SendUpdatesToClient
{
get
{
return true;
}
}
}
}

Loading…
Cancel
Save