aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Session/SessionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-17 14:37:40 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-17 14:37:40 -0400
commit715119b525a026f0f60c9dcaae1d4899cbc6bcda (patch)
treeca08551862654a32fa4240c164e4da51a5508457 /MediaBrowser.Server.Implementations/Session/SessionManager.cs
parentc8e4889ac72b4b6fa01ffd0ccf293363ca5ce744 (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/SessionManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Session/SessionManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/SessionManager.cs b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
index 26e451a81..cfa7cef67 100644
--- a/MediaBrowser.Server.Implementations/Session/SessionManager.cs
+++ b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
@@ -1164,7 +1164,7 @@ namespace MediaBrowser.Server.Implementations.Session
SupportedCommands = session.SupportedCommands,
UserName = session.UserName,
NowPlayingItem = session.NowPlayingItem,
-
+ SupportsRemoteControl = session.SupportsMediaControl,
PlayState = session.PlayState
};