mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Make NormalizeUrlPath static
This commit is contained in:
parent
2a79ae0a6e
commit
b96079fee6
@ -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("/"))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user