Removed unnecessary configuration options and reduced primitive dependencies

This commit is contained in:
William Taylor
2019-02-17 10:54:47 +00:00
parent 3f80b16ffa
commit 18ae107ce4
8 changed files with 43 additions and 73 deletions

View File

@@ -6,8 +6,7 @@ namespace Emby.Server.Implementations
{
public static readonly Dictionary<string, string> Configuration = new Dictionary<string, string>
{
{"ManagedFileSystem:DefaultDirectory", null},
{"ManagedFileSystem:EnableSeparateFileAndDirectoryQueries", "True"}
{"HttpListenerHost:DefaultRedirectPath", "web/index.html"}
};
}
}