mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
update websocketsharp
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user