bug fix, Couchpotato settings wouldn't show in release due to a Nancy bug

This commit is contained in:
Jamie Rees 2016-03-13 21:33:46 +00:00
parent cc3d41aa9a
commit 3393811717

View file

@ -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()