add system id to remote calls

This commit is contained in:
Luke Pulverenti
2014-09-06 13:46:09 -04:00
parent 392699404b
commit 41cabc7bd3
42 changed files with 4197 additions and 3418 deletions

View File

@@ -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
};
}