From b96079fee6c8cf8919eb1f531bdfaac3db3fb2b8 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 9 Oct 2019 09:22:55 -0400 Subject: [PATCH] Make NormalizeUrlPath static --- Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs index 36753a9a12..ecd35a1a84 100644 --- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs +++ b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs @@ -89,7 +89,7 @@ namespace Emby.Server.Implementations.HttpServer return _appHost.CreateInstance(type); } - private string NormalizeUrlPath(string path) + private static string NormalizeUrlPath(string path) { if (path.StartsWith("/")) {