aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session/SessionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-29 15:10:58 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-29 15:10:58 -0400
commitdcaf8356e6400543e10ff2ee89fc9b3bdf97ef77 (patch)
treebb909bd61ad93d4f3c430ddd3b7bd776f4c227d0 /Emby.Server.Implementations/Session/SessionManager.cs
parenta0910fc280bc99ae9e3080ba42fdb81e340ddee1 (diff)
update inherited images
Diffstat (limited to 'Emby.Server.Implementations/Session/SessionManager.cs')
-rw-r--r--Emby.Server.Implementations/Session/SessionManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs
index 6bfa90498..68ab25947 100644
--- a/Emby.Server.Implementations/Session/SessionManager.cs
+++ b/Emby.Server.Implementations/Session/SessionManager.cs
@@ -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");