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

Changed the text to make more sense !minor

pull/1614/head
Jamie.Rees 8 years ago
parent 0ceb8a3c95
commit 77e227a36b

@ -116,7 +116,7 @@ namespace Ombi.Core.Engine
return new RequestEngineResult
{
RequestAdded = false,
ErrorMessage = "They have already been requestsed"
ErrorMessage = "This has already been requested"
};
}
return await AddExistingRequest(tvBuilder.ChildRequest, existingRequest);

Loading…
Cancel
Save