aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Connect/IConnectManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-14 19:39:06 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-14 19:39:06 -0400
commit6dc9b169666bcfeb2edf3620c0646efa0c29606f (patch)
tree9e1383d616aade599f127512478b305aaa1e3b15 /MediaBrowser.Controller/Connect/IConnectManager.cs
parent52aad5466a4700a8759d1f4c6e4f2673c12a8f9e (diff)
update connect link text
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 8bdb76ea4..7c1e14c30 100644
--- a/MediaBrowser.Controller/Connect/IConnectManager.cs
+++ b/MediaBrowser.Controller/Connect/IConnectManager.cs
@@ -16,7 +16,7 @@ namespace MediaBrowser.Controller.Connect
/// <param name="userId">The user identifier.</param>
/// <param name="connectUsername">The connect username.</param>
/// <returns>Task.</returns>
- Task LinkUser(string userId, string connectUsername);
+ Task<UserLinkResult> LinkUser(string userId, string connectUsername);
/// <summary>
/// Removes the link.