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

Fixed a bug where if we are the admin we didn't add the request to the db

pull/140/head
tidusjar 9 years ago
parent f0d44b2788
commit 5e5fe1f395

@ -559,6 +559,7 @@ namespace PlexRequests.UI.Modules
var sender = new HeadphonesSender(HeadphonesApi, hpSettings, RequestService);
sender.AddAlbum(model);
RequestService.AddRequest(model);
return
Response.AsJson(new JsonResponseModel

Loading…
Cancel
Save