Fixed the issue when sending movies to CouchPotato.

This commit is contained in:
Jamie Rees 2016-03-04 20:48:56 +00:00
parent 5f9987b85d
commit 65087642e1
12 changed files with 350 additions and 5 deletions

View file

@ -175,7 +175,6 @@ namespace PlexRequests.UI.Modules
private Response SaveCouchPotato()
{
var couchPotatoSettings = this.Bind<CouchPotatoSettings>();
CpService.SaveSettings(couchPotatoSettings);
return Context.GetRedirect("~/admin/couchpotato");