From 7a4d5b79517f28dab668090bc4a540aa7aa75f5f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 31 Oct 2014 00:57:24 -0400 Subject: 3.0.5416.0 --- MediaBrowser.Controller/Connect/IConnectManager.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/Connect/IConnectManager.cs b/MediaBrowser.Controller/Connect/IConnectManager.cs index 52175fdd2c..32a6c449e1 100644 --- a/MediaBrowser.Controller/Connect/IConnectManager.cs +++ b/MediaBrowser.Controller/Connect/IConnectManager.cs @@ -30,10 +30,9 @@ namespace MediaBrowser.Controller.Connect /// /// Invites the user. /// - /// The sending user identifier. - /// The connect username. + /// The request. /// Task<UserLinkResult>. - Task InviteUser(string sendingUserId, string connectUsername); + Task InviteUser(ConnectAuthorizationRequest request); /// /// Gets the pending guests. -- cgit v1.2.3