Merge pull request #39 from shiitake/dev

Fixes for Checking if the user is the owner
This commit is contained in:
Jamie 2016-03-19 16:15:32 +00:00
commit c5db1ed8e6
6 changed files with 85 additions and 4 deletions

View file

@ -37,6 +37,6 @@ namespace PlexRequests.Api.Interfaces
PlexFriends GetUsers(string authToken);
PlexSearch SearchContent(string authToken, string searchTerm, Uri plexFullHost);
PlexStatus GetStatus(string authToken, Uri uri);
PlexAccount GetAccount(string authToken);
}
}