aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/ApiClient/IConnectionManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs')
-rw-r--r--MediaBrowser.Model/ApiClient/IConnectionManager.cs6
1 files changed, 6 insertions, 0 deletions
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
@@ -40,6 +40,12 @@ namespace MediaBrowser.Model.ApiClient
ConnectUser ConnectUser { get; }
/// <summary>
+ /// Gets or sets a value indicating whether [save local credentials].
+ /// </summary>
+ /// <value><c>true</c> if [save local credentials]; otherwise, <c>false</c>.</value>
+ bool SaveLocalCredentials { get; set; }
+
+ /// <summary>
/// Gets the API client.
/// </summary>
/// <param name="item">The item.</param>