update device discovery

This commit is contained in:
Luke Pulverenti
2016-09-13 13:49:13 -04:00
parent de2aebd673
commit 020ceb97d2
2 changed files with 14 additions and 16 deletions

View File

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