From e8010955dc10c4be9b73c9a10de84356744b1cca Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 20 Sep 2015 13:22:34 -0400 Subject: fix merge conflicts --- .../Configuration/ServerConfiguration.cs | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 378592443..551ca2305 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -44,6 +44,12 @@ namespace MediaBrowser.Model.Configuration /// true if [use HTTPS]; otherwise, false. public bool EnableHttps { get; set; } + /// + /// Gets or sets a value indicating whether [enable user specific user views]. + /// + /// true if [enable user specific user views]; otherwise, false. + public bool EnableUserSpecificUserViews { get; set; } + /// /// Gets or sets the value pointing to the file system where the ssl certiifcate is located.. /// @@ -98,12 +104,6 @@ namespace MediaBrowser.Model.Configuration /// true if [disable startup scan]; otherwise, false. public bool DisableStartupScan { 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]. /// @@ -223,7 +223,7 @@ namespace MediaBrowser.Model.Configuration public bool EnableWindowsShortcuts { get; set; } public bool EnableVideoFrameByFrameAnalysis { get; set; } - + /// /// Initializes a new instance of the class. /// @@ -274,7 +274,11 @@ namespace MediaBrowser.Model.Configuration InsecureApps9 = new[] { + "Chromecast", + "iOS", "Unknown app", + "iPad", + "iPhone", "Windows Phone" }; @@ -577,4 +581,4 @@ namespace MediaBrowser.Model.Configuration }; } } -} +} \ No newline at end of file -- cgit v1.2.3