Fixed the release build issue where we could not access the settings #239

This commit is contained in:
tidusjar 2016-05-25 10:57:20 +01:00
parent 80d2a7f8e1
commit 170e1bc4fb
4 changed files with 7 additions and 7 deletions

View file

@ -100,7 +100,7 @@ namespace PlexRequests.UI.Modules
private Negotiator SlackNotifications()
{
var settings = SlackSettings.GetSettings();
return View["SlackNotifications", settings];
return View["Admin/SlackNotifications", settings];
}
private Response SaveSlackNotifications()