Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/14c785d01e713cf37ca94f2514d7f5617d6e9788 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/733/head
Jamie.Rees 8 years ago
parent f381f9765b
commit 14c785d01e

@ -61,7 +61,7 @@ namespace PlexRequests.Core.Users
}
if (settings.RecentlyAddedNotification)
{
features += (int)Features.Newsletter;
features += (int)Features.RequestAddedNotification;
}
return features;

Loading…
Cancel
Save