mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Remove test code from plex api GetLibrary method
This commit is contained in:
parent
fdbb373da5
commit
5352422688
1 changed files with 0 additions and 2 deletions
|
@ -150,8 +150,6 @@ namespace PlexRequests.Api
|
|||
var api = new ApiRequest();
|
||||
var sections = api.ExecuteXml<PlexLibraries>(request, plexFullHost);
|
||||
|
||||
var x = GetLibrary(authToken, plexFullHost, sections.Directories[0].Key);
|
||||
|
||||
return sections;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue