mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
update device discovery
This commit is contained in:
@@ -450,7 +450,7 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(user.ConnectUserId))
|
||||
{
|
||||
await RemoveConnect(user, connectUser.Id).ConfigureAwait(false);
|
||||
await RemoveConnect(user, user.ConnectUserId).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
var url = GetConnectUrl("ServerAuthorizations");
|
||||
|
||||
Reference in New Issue
Block a user