updated nuget

This commit is contained in:
Luke Pulverenti
2015-03-14 13:28:32 -04:00
parent 075952107b
commit b7525a733c
5 changed files with 13 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
using MediaBrowser.Model.Connect;
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Events;
using MediaBrowser.Model.Session;
using System;
using System.Collections.Generic;
using System.Threading;
@@ -47,6 +48,12 @@ namespace MediaBrowser.Model.ApiClient
/// <value><c>true</c> if [save local credentials]; otherwise, <c>false</c>.</value>
bool SaveLocalCredentials { get; set; }
/// <summary>
/// Gets the client capabilities.
/// </summary>
/// <value>The client capabilities.</value>
ClientCapabilities ClientCapabilities { get; }
/// <summary>
/// Gets the API client.
/// </summary>