From c90cdef3ba630707d16c63dc4392fcc54bcf122d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 15 Apr 2015 17:59:20 -0400 Subject: added user view setting --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index ac9bd6b08..0808a79ab 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -49,7 +49,12 @@ namespace MediaBrowser.Model.Configuration /// /// true if [enable user specific user views]; otherwise, false. public bool EnableUserSpecificUserViews { get; set; } - + /// + /// Gets or sets a value indicating whether [enable user specific user views2]. + /// + /// true if [enable user specific user views2]; otherwise, false. + public bool EnableUserSpecificUserViews2 { get; set; } + /// /// Gets or sets the value pointing to the file system where the ssl certiifcate is located.. /// -- cgit v1.2.3