mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
update inherited images
This commit is contained in:
@@ -1622,6 +1622,8 @@ namespace Emby.Server.Implementations.Session
|
||||
TranscodingInfo = session.NowPlayingItem == null ? null : session.TranscodingInfo
|
||||
};
|
||||
|
||||
dto.ServerId = _appHost.SystemId;
|
||||
|
||||
if (session.UserId.HasValue)
|
||||
{
|
||||
dto.UserId = session.UserId.Value.ToString("N");
|
||||
|
||||
Reference in New Issue
Block a user