Selaa lähdekoodia

Make NormalizeUrlPath static

Joshua Boniface 5 vuotta sitten
vanhempi
sitoutus
b96079fee6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

+ 1 - 1
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("/"))
             {