mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-30 06:51:53 +01:00
added more remote control commands
This commit is contained in:
@@ -152,13 +152,13 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <summary>
|
||||
/// Class SystemCommandEventArgs
|
||||
/// </summary>
|
||||
public class SystemCommandEventArgs : EventArgs
|
||||
public class GeneralCommandEventArgs : EventArgs
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the command.
|
||||
/// </summary>
|
||||
/// <value>The command.</value>
|
||||
public SystemCommand Command { get; set; }
|
||||
public GeneralCommand Command { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user