diff options
| author | Tavares André <tavares_and@hotmail.com> | 2015-04-21 18:43:33 +0200 |
|---|---|---|
| committer | Tavares André <tavares_and@hotmail.com> | 2015-04-21 18:43:33 +0200 |
| commit | 207410047fe2c0775a33f234a0587308f3d1cc8c (patch) | |
| tree | 5d2acf66d270f1ec310b78c4627362d47c935fa8 /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | d2a8ca7f5f64ec08aa25ad2ca28cdf0b2ebfc993 (diff) | |
| parent | 4d8c9c028a5160190e65be9a7293df1f4699752f (diff) | |
Merge branch 'dev' of https://github.com/MediaBrowser/MediaBrowser into dev
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 72f917438..ac9bd6b08 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -49,7 +49,7 @@ namespace MediaBrowser.Model.Configuration /// </summary> /// <value><c>true</c> if [enable user specific user views]; otherwise, <c>false</c>.</value> public bool EnableUserSpecificUserViews { get; set; } - + /// <summary> /// Gets or sets the value pointing to the file system where the ssl certiifcate is located.. /// </summary> |
