Skip to content

Commit

Permalink
Remove test code from plex api GetLibrary method
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewster727 committed Apr 13, 2016
1 parent fdbb373 commit 5352422
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PlexRequests.Api/PlexApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ public PlexLibraries GetLibrarySections(string authToken, Uri plexFullHost)
var api = new ApiRequest();
var sections = api.ExecuteXml<PlexLibraries>(request, plexFullHost);

var x = GetLibrary(authToken, plexFullHost, sections.Directories[0].Key);

return sections;
}

Expand Down

0 comments on commit 5352422

Please sign in to comment.