Explorar o código

Update HttpListenerHost.cs

BaronGreenback %!s(int64=5) %!d(string=hai) anos
pai
achega
a44309f56f
Modificáronse 1 ficheiros con 1 adicións e 6 borrados
  1. 1 6
      Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

+ 1 - 6
Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

@@ -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] == '/')