mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 13:41:13 -07:00
bug fix, Couchpotato settings wouldn't show in release due to a Nancy bug
This commit is contained in:
parent
cc3d41aa9a
commit
3393811717
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ namespace PlexRequests.UI.Modules
|
|||
var settings = CpService.GetSettings();
|
||||
model = settings;
|
||||
|
||||
return View["/Admin/CouchPotato", model];
|
||||
return View["CouchPotato", model];
|
||||
}
|
||||
|
||||
private Response SaveCouchPotato()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue