added more remote control commands

This commit is contained in:
Luke Pulverenti
2014-03-31 17:04:22 -04:00
parent c0801e4f6d
commit bb5386bb3a
43 changed files with 816 additions and 149 deletions

View File

@@ -1,4 +1,5 @@
using System;
using MediaBrowser.Model.Session;
using System;
namespace MediaBrowser.Model.ApiClient
{
@@ -66,7 +67,7 @@ namespace MediaBrowser.Model.ApiClient
/// <summary>
/// Occurs when [system command].
/// </summary>
event EventHandler<SystemCommandEventArgs> SystemCommand;
event EventHandler<GeneralCommandEventArgs> GeneralCommand;
/// <summary>
/// Occurs when [notification added].
/// </summary>