Undoing changes

This commit is contained in:
Luke Pulverenti
2014-03-13 05:18:32 -04:00
parent 219e0ef19b
commit b7bcc24506
7 changed files with 25 additions and 96 deletions

View File

@@ -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; }
}
}
}