diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-14 19:39:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-14 19:39:06 -0400 |
| commit | 6dc9b169666bcfeb2edf3620c0646efa0c29606f (patch) | |
| tree | 9e1383d616aade599f127512478b305aaa1e3b15 /MediaBrowser.Controller/Connect/IConnectManager.cs | |
| parent | 52aad5466a4700a8759d1f4c6e4f2673c12a8f9e (diff) | |
update connect link text
Diffstat (limited to 'MediaBrowser.Controller/Connect/IConnectManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Connect/IConnectManager.cs | 2 |
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. |
