diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-18 00:49:20 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-18 00:49:20 -0500 |
| commit | 904175ce268a809270d291811dc94f1deb83e7ff (patch) | |
| tree | 7ba98aa87fabeec5bcb232d5295c88c4382368ee /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | 736d87fd7e1d1d91305d7bb258ecc340818bc9af (diff) | |
update views
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 30a634387..faee0785b 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -99,12 +99,6 @@ namespace MediaBrowser.Model.Configuration public bool EnableLocalizedGuids { get; set; } /// <summary> - /// Gets or sets a value indicating whether [enable user views]. - /// </summary> - /// <value><c>true</c> if [enable user views]; otherwise, <c>false</c>.</value> - public bool EnableUserViews { get; set; } - - /// <summary> /// Gets or sets a value indicating whether [enable library metadata sub folder]. /// </summary> /// <value><c>true</c> if [enable library metadata sub folder]; otherwise, <c>false</c>.</value> @@ -229,7 +223,6 @@ namespace MediaBrowser.Model.Configuration public int MigrationVersion { get; set; } public bool EnableImagePreDownloading { get; set; } - public bool EnableSharedCollectionViewImage { get; set; } /// <summary> /// Initializes a new instance of the <see cref="ServerConfiguration" /> class. |
