Make NormalizeUrlPath static

This commit is contained in:
Joshua Boniface 2019-10-09 09:22:55 -04:00
parent 2a79ae0a6e
commit b96079fee6
1 changed files with 1 additions and 1 deletions

View File

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