updated nuget

This commit is contained in:
Luke Pulverenti
2014-03-28 16:36:29 -04:00
parent 57623886b2
commit 5e5b1f180c
5 changed files with 18 additions and 5 deletions

View File

@@ -7,6 +7,8 @@ namespace MediaBrowser.Model.Session
{
public string Name { get; set; }
public string ControllingUserId { get; set; }
public Dictionary<string, string> Arguments { get; set; }
public GenericCommand()
@@ -15,6 +17,9 @@ namespace MediaBrowser.Model.Session
}
}
/// <summary>
/// This exists simply to identify a set of known commands.
/// </summary>
public enum CoreGenericCommand
{
MoveUp = 0,