3.0.5306.42925

This commit is contained in:
Luke Pulverenti
2014-07-13 00:55:56 -04:00
parent 8b630e2d41
commit baf44b2718
21 changed files with 192 additions and 110 deletions

View File

@@ -92,6 +92,12 @@ namespace MediaBrowser.Model.ApiClient
/// <returns>Task.</returns>
Task ReportCapabilities(ClientCapabilities capabilities, CancellationToken cancellationToken);
/// <summary>
/// Logouts this instance.
/// </summary>
/// <returns>Task.</returns>
Task Logout();
/// <summary>
/// Gets the index of the game players.
/// </summary>

View File

@@ -1,5 +1,4 @@

namespace MediaBrowser.Model.Entities
namespace MediaBrowser.Model.Entities
{
public static class CollectionType
{