aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-14 12:45:09 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-14 12:45:09 -0400
commit31ed30d5849c2454d16273228862c60f415f3c59 (patch)
tree77ea44124bbb2054c010de3d9984797bfe410ddd /MediaBrowser.Server.Implementations/Connect/ConnectManager.cs
parent41816585ed39cfe18d047c65db31e9fd6970c602 (diff)
update websocketsharp
Diffstat (limited to 'MediaBrowser.Server.Implementations/Connect/ConnectManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Connect/ConnectManager.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs b/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs
index 54ba9d252..972f3adb6 100644
--- a/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs
+++ b/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs
@@ -293,12 +293,6 @@ namespace MediaBrowser.Server.Implementations.Connect
var user = GetUser(userId);
- // See if it's already been set.
- if (string.Equals(connectUser.Id, user.ConnectUserId, StringComparison.OrdinalIgnoreCase))
- {
- return;
- }
-
if (!string.IsNullOrWhiteSpace(user.ConnectUserId))
{
await RemoveLink(user, connectUser).ConfigureAwait(false);