diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-28 20:40:45 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-28 20:40:45 +0100 |
| commit | 3f4b9e9a81278c6f5c817036a7ae52b6f70557e4 (patch) | |
| tree | 874dc3c75f66b121b6b58abdba0ba4e63305d12d /Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | |
| parent | 3043b7323b1a12e888ba8c4eb71f904724f43e3a (diff) | |
Add new 'nowebcontent' configuration flag
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/HttpListenerHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs index 7f16c6834..546a59517 100644 --- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs +++ b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs @@ -31,7 +31,7 @@ namespace Emby.Server.Implementations.HttpServer public class HttpListenerHost : IHttpServer, IDisposable { /// <summary> - /// The settings key for a setting that specifies the default redirect path + /// The key for a setting that specifies the default redirect path /// to use for requests where the URL base prefix is invalid or missing. /// </summary> public const string DefaultRedirectKey = "HttpListenerHost:DefaultRedirectPath"; |
