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

Fixed build

pull/733/head
tidusjar 9 years ago
parent 00cd6969e0
commit 29ae064c7a

@ -118,7 +118,7 @@ namespace PlexRequests.Core.Users
return model;
}
public IEnumerable<UserHelperModel> GetUsersWithFeatures(Features features)
public IEnumerable<UserHelperModel> GetUsersWithFeature(Features features)
{
var model = new List<UserHelperModel>();

Loading…
Cancel
Save