From 3ccb6bddef8980569e95a189fe0f63b0750e5e41 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 26 Oct 2014 23:06:01 -0400 Subject: connect updates --- MediaBrowser.Model/ApiClient/IConnectionManager.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs') diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs index 339522b01..e4c67f3e3 100644 --- a/MediaBrowser.Model/ApiClient/IConnectionManager.cs +++ b/MediaBrowser.Model/ApiClient/IConnectionManager.cs @@ -39,6 +39,12 @@ namespace MediaBrowser.Model.ApiClient /// The connect user. ConnectUser ConnectUser { get; } + /// + /// Gets or sets a value indicating whether [save local credentials]. + /// + /// true if [save local credentials]; otherwise, false. + bool SaveLocalCredentials { get; set; } + /// /// Gets the API client. /// -- cgit v1.2.3