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

@@ -589,6 +589,14 @@ namespace MediaBrowser.Model.ApiClient
/// request</exception>
Task SendPlayCommandAsync(string sessionId, PlayRequest request);
/// <summary>
/// Sends the command asynchronous.
/// </summary>
/// <param name="sessionId">The session identifier.</param>
/// <param name="request">The request.</param>
/// <returns>Task.</returns>
Task SendCommandAsync(string sessionId, GenericCommand request);
/// <summary>
/// Sends a system command to the client
/// </summary>