diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2020-09-03 09:45:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 09:45:17 -0400 |
| commit | a2d6ea2eed58b5cd1ecb519e3eda820f336d5485 (patch) | |
| tree | 6b0de55286f857587df1562a30c350432f33c1c7 /Emby.Server.Implementations/ConfigurationOptions.cs | |
| parent | 8c28824c8878e409ca426e4860dc3f05521f39b8 (diff) | |
| parent | 993c46f98d995bd1c06b6040833be554717bd0ca (diff) | |
Merge pull request #4043 from cvium/remove_shit_and_shit_adjacent_shit
Split HttpListenerHost into middlewares
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 64ccff53b..fde6fa115 100644 --- a/Emby.Server.Implementations/ConfigurationOptions.cs +++ b/Emby.Server.Implementations/ConfigurationOptions.cs @@ -15,7 +15,7 @@ namespace Emby.Server.Implementations public static Dictionary<string, string> DefaultConfiguration => new Dictionary<string, string> { { HostWebClientKey, bool.TrueString }, - { HttpListenerHost.DefaultRedirectKey, "web/index.html" }, + { DefaultRedirectKey, "web/index.html" }, { FfmpegProbeSizeKey, "1G" }, { FfmpegAnalyzeDurationKey, "200M" }, { PlaylistsAllowDuplicatesKey, bool.TrueString }, |
