Added the application tester for CP #9

This commit is contained in:
tidusjar 2016-03-14 14:03:01 +00:00
parent 334a6f3d8e
commit 4c0884999e
9 changed files with 175 additions and 3 deletions

View file

@ -199,6 +199,8 @@ namespace PlexRequests.UI.Modules
return View["CouchPotato", model];
}
private Response SaveCouchPotato()
{
var couchPotatoSettings = this.Bind<CouchPotatoSettings>();