update inherited images

This commit is contained in:
Luke Pulverenti
2017-06-29 15:10:58 -04:00
parent a0910fc280
commit dcaf8356e6
23 changed files with 178 additions and 9 deletions

View File

@@ -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");