Explorar el Código

Update HttpListenerHost.cs

Bond-009 hace 6 años
padre
commit
d0980f0da5
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. 1 7
      Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

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

@@ -81,13 +81,7 @@ namespace Emby.Server.Implementations.HttpServer
 
         public string GlobalResponse { get; set; }
 
-        protected ILogger Logger
-        {
-            get
-            {
-                return _logger;
-            }
-        }
+        protected ILogger Logger => _logger;
 
         public object CreateInstance(Type type)
         {