diff options
| author | Bill Thornton <billt2006@gmail.com> | 2023-05-15 15:28:33 -0400 |
|---|---|---|
| committer | Bill Thornton <billt2006@gmail.com> | 2023-05-15 15:28:33 -0400 |
| commit | 155f3856c05645ac70f98029d66e5d465e3798fd (patch) | |
| tree | 4b8a520093cc71bb84ffe7a0d9a5b34f225fdde1 /Emby.Server.Implementations/ConfigurationOptions.cs | |
| parent | eb52af4e6ab0a81b026063b2dd43dd81a1a08b8e (diff) | |
Use default files to remove index.html from url
Diffstat (limited to 'Emby.Server.Implementations/ConfigurationOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/ConfigurationOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ConfigurationOptions.cs b/Emby.Server.Implementations/ConfigurationOptions.cs index f0a4c8ffb..630265dac 100644 --- a/Emby.Server.Implementations/ConfigurationOptions.cs +++ b/Emby.Server.Implementations/ConfigurationOptions.cs @@ -14,7 +14,7 @@ namespace Emby.Server.Implementations public static Dictionary<string, string?> DefaultConfiguration => new Dictionary<string, string?> { { HostWebClientKey, bool.TrueString }, - { DefaultRedirectKey, "web/index.html" }, + { DefaultRedirectKey, "web/" }, { FfmpegProbeSizeKey, "1G" }, { FfmpegAnalyzeDurationKey, "200M" }, { PlaylistsAllowDuplicatesKey, bool.FalseString }, |
