Make NormalizeUrlPath static

This commit is contained in:
Joshua Boniface 2019-10-09 09:22:55 -04:00
parent 2a79ae0a6e
commit b96079fee6

View file

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