aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-04-25 14:24:37 -0400
committerGitHub <noreply@github.com>2017-04-25 14:24:37 -0400
commit859a8f95877725c2aeafda3eb95776ff25fcdd75 (patch)
tree69ecd6779af4bb3c9884c71783ed5ab7bd270e95 /Emby.Server.Implementations/Session
parenta0dc26b88172f10efa6dbf0ff6c3dffd9733d097 (diff)
parentf13696868fd87924441a732e703350b56ae6ad7b (diff)
Merge pull request #2597 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Session')
-rw-r--r--Emby.Server.Implementations/Session/SessionManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs
index 0a2312735..de00cf239 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);