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

pull/13/head
Jamie Rees 9 years ago
parent cc3d41aa9a
commit 3393811717

@ -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…
Cancel
Save