mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 20:54:20 +01:00
updated nuget
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user