aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/PlaystateCommand.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-16 00:23:58 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-16 00:23:58 -0400
commitb36aea4ff74052ae40c27db057f50f645659aa57 (patch)
treef98c438363d961243fcf743c9a240a05429a2848 /MediaBrowser.Model/Session/PlaystateCommand.cs
parent4e6d306d0021cda1e909da2647b803ea7d505d4a (diff)
#712 - Support grouping multiple versions of a movie
Diffstat (limited to 'MediaBrowser.Model/Session/PlaystateCommand.cs')
-rw-r--r--MediaBrowser.Model/Session/PlaystateCommand.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Session/PlaystateCommand.cs b/MediaBrowser.Model/Session/PlaystateCommand.cs
index 918f4f70f..b0dec66d4 100644
--- a/MediaBrowser.Model/Session/PlaystateCommand.cs
+++ b/MediaBrowser.Model/Session/PlaystateCommand.cs
@@ -37,5 +37,11 @@ namespace MediaBrowser.Model.Session
public PlaystateCommand Command { get; set; }
public long? SeekPositionTicks { get; set; }
+
+ /// <summary>
+ /// Gets or sets the controlling user identifier.
+ /// </summary>
+ /// <value>The controlling user identifier.</value>
+ public string ControllingUserId { get; set; }
}
} \ No newline at end of file