mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-12 07:32:25 +00:00
Part 1 of a multi-PR change for Emby.DLNA
This commit is contained in:
@@ -107,6 +107,11 @@ 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