updated nuget

This commit is contained in:
Luke Pulverenti
2014-03-31 22:09:07 -04:00
parent 32ac5619fe
commit 81e890aa72
12 changed files with 166 additions and 130 deletions

View File

@@ -159,6 +159,12 @@ namespace MediaBrowser.Model.ApiClient
/// </summary>
/// <value>The command.</value>
public GeneralCommand Command { get; set; }
/// <summary>
/// Gets or sets the type of the known command.
/// </summary>
/// <value>The type of the known command.</value>
public GeneralCommandType? KnownCommandType { get; set; }
}
/// <summary>