aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/PlaystateCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Session/PlaystateCommand.cs')
-rw-r--r--MediaBrowser.Model/Session/PlaystateCommand.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/MediaBrowser.Model/Session/PlaystateCommand.cs b/MediaBrowser.Model/Session/PlaystateCommand.cs
index 68e80c452..918f4f70f 100644
--- a/MediaBrowser.Model/Session/PlaystateCommand.cs
+++ b/MediaBrowser.Model/Session/PlaystateCommand.cs
@@ -1,5 +1,4 @@

-using System;
namespace MediaBrowser.Model.Session
{
/// <summary>
@@ -35,10 +34,8 @@ namespace MediaBrowser.Model.Session
public class PlaystateRequest
{
- public Guid UserId { get; set; }
-
public PlaystateCommand Command { get; set; }
public long? SeekPositionTicks { get; set; }
}
-}
+} \ No newline at end of file