From c8e67f6cb1d4a5e2afc8144656b2ffac6cb1e3ca Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 4 Jul 2016 15:30:12 -0400 Subject: removed custom path subfolder setting --- MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Model/Configuration') diff --git a/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs b/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs index 2b53c6688..c4f9f206d 100644 --- a/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs +++ b/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs @@ -49,12 +49,6 @@ namespace MediaBrowser.Model.Configuration /// /// The cache path. public string CachePath { get; set; } - - /// - /// Gets or sets a value indicating whether [enable custom path sub folders]. - /// - /// true if [enable custom path sub folders]; otherwise, false. - public bool EnableCustomPathSubFolders { get; set; } /// /// Initializes a new instance of the class. -- cgit v1.2.3 From 46dc02705aff7a76a622217b4cb795a7dba0bafa Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 4 Jul 2016 15:34:16 -0400 Subject: remove custom path subfolder option --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'MediaBrowser.Model/Configuration') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 081c46f0a..58b74ba64 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -214,7 +214,6 @@ namespace MediaBrowser.Model.Configuration Migrations = new string[] { }; SqliteCacheSize = 0; - EnableCustomPathSubFolders = true; EnableLocalizedGuids = true; DisplaySpecialsWithinSeasons = true; -- cgit v1.2.3