mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 08:42:57 -07:00
Fixed the release build issue where we could not access the settings #239
This commit is contained in:
parent
80d2a7f8e1
commit
170e1bc4fb
4 changed files with 7 additions and 7 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue