From 491886632dc33e735b0e5f7c88d109eab1eb2a37 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 25 Apr 2017 14:23:20 -0400 Subject: update remote control responses --- Emby.Server.Implementations/Session/SessionManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Emby.Server.Implementations/Session') diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs index 0a2312735f..de00cf2391 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/Emby.Server.Implementations/Session/SessionManager.cs @@ -715,7 +715,8 @@ namespace Emby.Server.Implementations.Session ClientName = session.Client, DeviceId = session.DeviceId, IsPaused = info.IsPaused, - PlaySessionId = info.PlaySessionId + PlaySessionId = info.PlaySessionId, + IsAutomated = isAutomated }, _logger); -- cgit v1.2.3