updated nuget

This commit is contained in:
Luke Pulverenti
2013-08-28 00:42:56 -04:00
parent 6c1c913333
commit ef7f562235
4 changed files with 21 additions and 5 deletions

View File

@@ -511,6 +511,22 @@ namespace MediaBrowser.Model.ApiClient
/// </exception>
Task SendPlayCommandAsync(string sessionId, PlayRequest request);
/// <summary>
/// Sends a system command to the client
/// </summary>
/// <param name="sessionId"></param>
/// <param name="command"></param>
/// <returns></returns>
Task SendSystemCommandAsync(string sessionId, SystemCommand command);
/// <summary>
/// Instructs the client to display a message to the user
/// </summary>
/// <param name="sessionId"></param>
/// <param name="command"></param>
/// <returns></returns>
Task SendMessageCommandAsync(string sessionId, MessageCommand command);
/// <summary>
/// Clears a user's rating for an item
/// </summary>