mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 07:22:35 -07:00
remove couchpotato api test code
This commit is contained in:
parent
5d1c1baae8
commit
68624f6971
1 changed files with 1 additions and 2 deletions
|
@ -152,8 +152,7 @@ namespace PlexRequests.UI.Modules
|
|||
private Response ProcessMovies(MovieSearchType searchType, string searchTerm)
|
||||
{
|
||||
List<Task> taskList = new List<Task>();
|
||||
var z = CpService.GetSettings();
|
||||
CouchPotatoApi.GetMovies(z.FullUri, z.ApiKey, new[] { "active" });
|
||||
var cpSettings = CpService.GetSettings();
|
||||
|
||||
List<MovieResult> apiMovies = new List<MovieResult>();
|
||||
taskList.Add(Task.Factory.StartNew<List<MovieResult>>(() =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue