aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-07-17 12:54:13 +0100
committerGitHub <noreply@github.com>2020-07-17 12:54:13 +0100
commit7cd4ae3b6e5d1d921132b55e46d3db4f3aefe59f (patch)
tree0edd87281360cf49372c5128d9552d6c89922d4f /Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
parenta44309f56f300cfc670ca2fb62e93f5571aac66a (diff)
Update HttpListenerHost.cs
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/HttpListenerHost.cs')
-rw-r--r--Emby.Server.Implementations/HttpServer/HttpListenerHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
index 7c0d06fb2..c3428ee62 100644
--- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
+++ b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
@@ -106,7 +106,7 @@ namespace Emby.Server.Implementations.HttpServer
{
return _appHost.CreateInstance(type);
}
-
+
private static string NormalizeUrlPath(string path)
{
if (path.Length > 0 && path[0] == '/')