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/BaseApplicationConfiguration.cs') 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