From 904175ce268a809270d291811dc94f1deb83e7ff Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 18 Nov 2015 00:49:20 -0500 Subject: update views --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') 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 @@ -98,12 +98,6 @@ namespace MediaBrowser.Model.Configuration /// true if [enable localized guids]; otherwise, false. public bool EnableLocalizedGuids { get; set; } - /// - /// Gets or sets a value indicating whether [enable user views]. - /// - /// true if [enable user views]; otherwise, false. - public bool EnableUserViews { get; set; } - /// /// Gets or sets a value indicating whether [enable library metadata sub folder]. /// @@ -229,7 +223,6 @@ namespace MediaBrowser.Model.Configuration public int MigrationVersion { get; set; } public bool EnableImagePreDownloading { get; set; } - public bool EnableSharedCollectionViewImage { get; set; } /// /// Initializes a new instance of the class. -- cgit v1.2.3