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