mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Make NormalizeUrlPath static
This commit is contained in:
@@ -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("/"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user