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

Fixed build

pull/687/head
Jamie.Rees 9 years ago
parent b307b19fef
commit 92016abe34

@ -555,7 +555,7 @@ namespace PlexRequests.UI.Modules
};
try
{
if (ShouldAutoApprove(RequestType.Movie, settings))
if (RequestType.Movie.ShouldAutoApprove(settings, IsAdmin, Username))
{
var cpSettings = await CpService.GetSettingsAsync();
model.Approved = true;

Loading…
Cancel
Save