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.
|
await this.plexServerClient.InviteFriend(this.AccessToken, this.Uri.ToString(), sections, allowSync, allowCameraUpload, |
I get a
System.NotImplementedException: 'The method or operation is not implemented.'error while using the methodmyServer.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.
plex-api/Source/Plex.Library/ApiModels/Servers/Server.cs
Line 501 in 0c8d03a