jensenkd / plex-api

.NET Core SDK for Plex Media Server
MIT License
86 stars 27 forks source link

Invite Friend Method Broken #96

Open phoenixatom opened 1 year ago

phoenixatom commented 1 year ago

I get a System.NotImplementedException: 'The method or operation is not implemented.' error while using the method myServer.InviteFriend(email, sections);

I took a look at the source and I think (not 100% sure) that the email/username of the invitee is missing as a parameter.

https://github.com/jensenkd/plex-api/blob/0c8d03a9d37aaacaf80a5151a32151cf86c79774/Source/Plex.Library/ApiModels/Servers/Server.cs#L501