diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-06 13:46:09 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-06 13:46:09 -0400 |
| commit | 41cabc7bd37eadf2752b50a6b5090af5dcf10035 (patch) | |
| tree | 650451ac7d7871202e3264cc7964eb15b4e75cd6 /MediaBrowser.Server.Implementations/Session | |
| parent | 392699404b8e7c530314d2a164b43101a672bf13 (diff) | |
add system id to remote calls
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Session/SessionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/SessionManager.cs b/MediaBrowser.Server.Implementations/Session/SessionManager.cs index d55d26e44..912174c1e 100644 --- a/MediaBrowser.Server.Implementations/Session/SessionManager.cs +++ b/MediaBrowser.Server.Implementations/Session/SessionManager.cs @@ -1240,7 +1240,7 @@ namespace MediaBrowser.Server.Implementations.Session User = _userManager.GetUserDto(user, request.RemoteEndPoint), SessionInfo = GetSessionInfoDto(session), AccessToken = token, - ServerId = _appHost.ServerId + ServerId = _appHost.SystemId }; } |
