From 68624f69711ff350805c2c1f8a6afb8c6a712a90 Mon Sep 17 00:00:00 2001 From: Drewster727 Date: Thu, 7 Apr 2016 22:07:17 -0500 Subject: [PATCH] remove couchpotato api test code --- PlexRequests.UI/Modules/SearchModule.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PlexRequests.UI/Modules/SearchModule.cs b/PlexRequests.UI/Modules/SearchModule.cs index cb2be3625..959571a13 100644 --- a/PlexRequests.UI/Modules/SearchModule.cs +++ b/PlexRequests.UI/Modules/SearchModule.cs @@ -152,8 +152,7 @@ namespace PlexRequests.UI.Modules private Response ProcessMovies(MovieSearchType searchType, string searchTerm) { List taskList = new List(); - var z = CpService.GetSettings(); - CouchPotatoApi.GetMovies(z.FullUri, z.ApiKey, new[] { "active" }); + var cpSettings = CpService.GetSettings(); List apiMovies = new List(); taskList.Add(Task.Factory.StartNew>(() =>