aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Connect/IConnectManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-14 00:22:17 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-14 00:22:17 -0400
commit1d70f5469f68c1f576bad85ff35930b593e955de (patch)
tree57b3d4c4bf675c9dda9e5b12a635e9831253ae5a /MediaBrowser.Controller/Connect/IConnectManager.cs
parent16bc1f35ff36a1a91bb0e8851a354349cbb07ff7 (diff)
update connect
Diffstat (limited to 'MediaBrowser.Controller/Connect/IConnectManager.cs')
-rw-r--r--MediaBrowser.Controller/Connect/IConnectManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Connect/IConnectManager.cs b/MediaBrowser.Controller/Connect/IConnectManager.cs
index afb61cb23..8bd0332c0 100644
--- a/MediaBrowser.Controller/Connect/IConnectManager.cs
+++ b/MediaBrowser.Controller/Connect/IConnectManager.cs
@@ -25,7 +25,7 @@ namespace MediaBrowser.Controller.Connect
/// </summary>
/// <param name="userId">The user identifier.</param>
/// <returns>Task.</returns>
- Task RemoveLink(string userId);
+ Task RemoveConnect(string userId);
/// <summary>
/// Invites the user.