mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
updated nuget
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user