mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 19:08:27 +01: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