Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/a004eca6ece5f1d42853cf1d5a3963550cda5313 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/193/head
tidusjar 9 years ago
parent 4960063cca
commit a004eca6ec

@ -270,7 +270,7 @@ namespace PlexRequests.UI.Modules
return Response.AsJson(string.Empty);
}
var usernames = users.User.Select(x => x.Username);
var usernames = users.User.Select(x => x.Title);
return Response.AsJson(usernames);
}

Loading…
Cancel
Save