Bond-009 6 лет назад
Родитель
Сommit
d0980f0da5
1 измененных файлов с 1 добавлено и 7 удалено
  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)
         {