From b7525a733c8f41c7e960db46c6e17b83cfb3a38e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 14 Mar 2015 13:28:32 -0400 Subject: updated nuget --- MediaBrowser.Model/ApiClient/IConnectionManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs') diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs index f3ad7c77b..873ad083c 100644 --- a/MediaBrowser.Model/ApiClient/IConnectionManager.cs +++ b/MediaBrowser.Model/ApiClient/IConnectionManager.cs @@ -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 /// true if [save local credentials]; otherwise, false. bool SaveLocalCredentials { get; set; } + /// + /// Gets the client capabilities. + /// + /// The client capabilities. + ClientCapabilities ClientCapabilities { get; } + /// /// Gets the API client. /// -- cgit v1.2.3