mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
Update HttpListenerHost.cs
This commit is contained in:
@@ -106,12 +106,7 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
{
|
||||
return _appHost.CreateInstance(type);
|
||||
}
|
||||
|
||||
public object CreateInstance(Type type, object parameter)
|
||||
{
|
||||
return _appHost.CreateInstance(type, parameter);
|
||||
}
|
||||
|
||||
|
||||
private static string NormalizeUrlPath(string path)
|
||||
{
|
||||
if (path.Length > 0 && path[0] == '/')
|
||||
|
||||
Reference in New Issue
Block a user