aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/PlaystateCommand.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-13 05:02:58 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-13 05:02:58 -0400
commit219e0ef19baf8c97a13e150fb017e009c37a3597 (patch)
tree1b2ee3591d7998e756be366fa43f5c11375de613 /MediaBrowser.Model/Session/PlaystateCommand.cs
parentf3454d3bf8824582079a9718138300ca7d60edf4 (diff)
parentb2df3d648d64982528907bbd716b2c1984fb1345 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Model/Session/PlaystateCommand.cs')
-rw-r--r--MediaBrowser.Model/Session/PlaystateCommand.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Session/PlaystateCommand.cs b/MediaBrowser.Model/Session/PlaystateCommand.cs
index 7e85d9d27..68e80c452 100644
--- a/MediaBrowser.Model/Session/PlaystateCommand.cs
+++ b/MediaBrowser.Model/Session/PlaystateCommand.cs
@@ -1,4 +1,5 @@

+using System;
namespace MediaBrowser.Model.Session
{
/// <summary>
@@ -34,6 +35,8 @@ namespace MediaBrowser.Model.Session
public class PlaystateRequest
{
+ public Guid UserId { get; set; }
+
public PlaystateCommand Command { get; set; }
public long? SeekPositionTicks { get; set; }