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

fixed issue in with albums

pull/193/head
tidusjar 9 years ago
parent 230fa5ba3b
commit 4960063cca

@ -780,7 +780,7 @@ namespace PlexRequests.UI.Modules
if (notify)
{
existingRequest.AddUserToNotification(Username);
model.AddUserToNotification(Username);
}
if (ShouldAutoApprove(RequestType.Album, settings))
{

Loading…
Cancel
Save