mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Removed unnecessary configuration options and reduced primitive dependencies
This commit is contained in:
@@ -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"}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user