mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
add system id to remote calls
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user