mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
updated nuget
This commit is contained in:
@@ -1236,7 +1236,8 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
{
|
||||
User = _dtoService.GetUserDto(user),
|
||||
SessionInfo = GetSessionInfoDto(session),
|
||||
AccessToken = token
|
||||
AccessToken = token,
|
||||
ServerId = _appHost.ServerId
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user