diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-13 05:02:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-13 05:02:58 -0400 |
| commit | 219e0ef19baf8c97a13e150fb017e009c37a3597 (patch) | |
| tree | 1b2ee3591d7998e756be366fa43f5c11375de613 /MediaBrowser.Model/Session/PlaystateCommand.cs | |
| parent | f3454d3bf8824582079a9718138300ca7d60edf4 (diff) | |
| parent | b2df3d648d64982528907bbd716b2c1984fb1345 (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.cs | 3 |
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; } |
