diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-26 23:06:01 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-26 23:06:01 -0400 |
| commit | 3ccb6bddef8980569e95a189fe0f63b0750e5e41 (patch) | |
| tree | 6b71ccfbc8dc7e7f2723c81a9ed26a276af8665a /MediaBrowser.Model/ApiClient/IConnectionManager.cs | |
| parent | b5212f94a9a090384b4a2deb5fe2b98dae8a509c (diff) | |
connect updates
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IConnectionManager.cs | 6 |
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> |
