diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-09-13 13:49:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-13 13:49:47 -0400 |
| commit | d258ce107db661d33b048986eeacaba24ad746e3 (patch) | |
| tree | b0c165be7302f78c62cb8d73b5d02085b69e3238 /MediaBrowser.Server.Implementations/Connect | |
| parent | 7ff1bf099f59da506dca43e1cc35061297ae1dd0 (diff) | |
| parent | 020ceb97d2335f57ad4d0c796e2d6bf800907337 (diff) | |
Merge pull request #2168 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Implementations/Connect')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Connect/ConnectManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs b/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs index 45cb2f57d5..e7e52a8878 100644 --- a/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs +++ b/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs @@ -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"); |
