From 3228f50895d52afb97e985d8223ffc062a75c69a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 2 May 2014 10:49:28 -0400 Subject: fixed user image scaling --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 0d2c1066b..0fb9db6c0 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -123,12 +123,6 @@ namespace MediaBrowser.Model.Configuration /// true if [show log window]; otherwise, false. public bool ShowLogWindow { get; set; } - /// - /// Gets or sets the recent item days. - /// - /// The recent item days. - public int RecentItemDays { get; set; } - /// /// Gets or sets the minimum percentage of an item that must be played in order for playstate to be updated. /// @@ -227,9 +221,6 @@ namespace MediaBrowser.Model.Configuration public NotificationOptions NotificationOptions { get; set; } - [Obsolete("Please use RequireManualLoginForMobileApps")] - public string[] ManualLoginClients { get; set; } - /// /// Initializes a new instance of the class. /// @@ -258,8 +249,6 @@ namespace MediaBrowser.Model.Configuration RealtimeMonitorDelay = 30; - RecentItemDays = 10; - EnableInternetProviders = true; //initial installs will need these PathSubstitutions = new PathSubstitution[] { }; @@ -295,8 +284,6 @@ namespace MediaBrowser.Model.Configuration UICulture = "en-us"; NotificationOptions = new NotificationOptions(); - - ManualLoginClients = new string[] { }; } } -- cgit v1.2.3