浏览代码

Make NormalizeUrlPath static

Joshua Boniface 5 年之前
父节点
当前提交
b96079fee6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
             return _appHost.CreateInstance(type);
         }
         }
 
 
-        private string NormalizeUrlPath(string path)
+        private static string NormalizeUrlPath(string path)
         {
         {
             if (path.StartsWith("/"))
             if (path.StartsWith("/"))
             {
             {