aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-28 00:42:56 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-28 00:42:56 -0400
commitef7f5622359e2b46a0c8ff32c919729f577e046c (patch)
tree3e4a21f55fddc70f9f69e9aa65ace8b85cc2f973
parent6c1c913333a3a609edd04196f398a80113f06bba (diff)
updated nuget
-rw-r--r--MediaBrowser.Model/ApiClient/IApiClient.cs16
-rw-r--r--Nuget/MediaBrowser.Common.Internal.nuspec4
-rw-r--r--Nuget/MediaBrowser.Common.nuspec2
-rw-r--r--Nuget/MediaBrowser.Server.Core.nuspec4
4 files changed, 21 insertions, 5 deletions
diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs
index f919c2c83..eaa3dc15a 100644
--- a/MediaBrowser.Model/ApiClient/IApiClient.cs
+++ b/MediaBrowser.Model/ApiClient/IApiClient.cs
@@ -512,6 +512,22 @@ namespace MediaBrowser.Model.ApiClient
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>
/// <param name="itemId">The item id.</param>
diff --git a/Nuget/MediaBrowser.Common.Internal.nuspec b/Nuget/MediaBrowser.Common.Internal.nuspec
index ade8b2ec1..9efed44dd 100644
--- a/Nuget/MediaBrowser.Common.Internal.nuspec
+++ b/Nuget/MediaBrowser.Common.Internal.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MediaBrowser.Common.Internal</id>
- <version>3.0.185</version>
+ <version>3.0.186</version>
<title>MediaBrowser.Common.Internal</title>
<authors>Luke</authors>
<owners>ebr,Luke,scottisafool</owners>
@@ -12,7 +12,7 @@
<description>Contains common components shared by Media Browser Theater and Media Browser Server. Not intended for plugin developer consumption.</description>
<copyright>Copyright © Media Browser 2013</copyright>
<dependencies>
- <dependency id="MediaBrowser.Common" version="3.0.185" />
+ <dependency id="MediaBrowser.Common" version="3.0.186" />
<dependency id="NLog" version="2.0.1.2" />
<dependency id="ServiceStack.Text" version="3.9.55" />
<dependency id="SimpleInjector" version="2.3.0" />
diff --git a/Nuget/MediaBrowser.Common.nuspec b/Nuget/MediaBrowser.Common.nuspec
index 6eb8cad8e..cecd42cb7 100644
--- a/Nuget/MediaBrowser.Common.nuspec
+++ b/Nuget/MediaBrowser.Common.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MediaBrowser.Common</id>
- <version>3.0.185</version>
+ <version>3.0.186</version>
<title>MediaBrowser.Common</title>
<authors>Media Browser Team</authors>
<owners>ebr,Luke,scottisafool</owners>
diff --git a/Nuget/MediaBrowser.Server.Core.nuspec b/Nuget/MediaBrowser.Server.Core.nuspec
index 14d5a07ab..1cb8a8944 100644
--- a/Nuget/MediaBrowser.Server.Core.nuspec
+++ b/Nuget/MediaBrowser.Server.Core.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MediaBrowser.Server.Core</id>
- <version>3.0.185</version>
+ <version>3.0.186</version>
<title>Media Browser.Server.Core</title>
<authors>Media Browser Team</authors>
<owners>ebr,Luke,scottisafool</owners>
@@ -12,7 +12,7 @@
<description>Contains core components required to build plugins for Media Browser Server.</description>
<copyright>Copyright © Media Browser 2013</copyright>
<dependencies>
- <dependency id="MediaBrowser.Common" version="3.0.185" />
+ <dependency id="MediaBrowser.Common" version="3.0.186" />
</dependencies>
</metadata>
<files>