update websocketsharp

This commit is contained in:
Luke Pulverenti
2014-09-14 12:45:09 -04:00
parent 41816585ed
commit 31ed30d584
2 changed files with 1 additions and 7 deletions

View File

@@ -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);