ソースを参照

remove custom path subfolder option

Luke Pulverenti 9 年 前
コミット
46dc02705a
1 ファイル変更0 行追加1 行削除
  1. 0 1
      MediaBrowser.Model/Configuration/ServerConfiguration.cs

+ 0 - 1
MediaBrowser.Model/Configuration/ServerConfiguration.cs

@@ -214,7 +214,6 @@ namespace MediaBrowser.Model.Configuration
             Migrations = new string[] { };
             SqliteCacheSize = 0;
 
-            EnableCustomPathSubFolders = true;
             EnableLocalizedGuids = true;
             DisplaySpecialsWithinSeasons = true;