diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-01-16 19:13:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-16 19:13:13 +0100 |
| commit | d0980f0da57c14966e9e90b00f1880b1b82f4fc8 (patch) | |
| tree | de46c0e3bf027c1f8ae03bc6c190f741e31c4e67 | |
| parent | 900dc851e6c810f9e1772a6fb901a5a7e2801baf (diff) | |
Update HttpListenerHost.cs
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs index fb5f53367..6b4f2bced 100644 --- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs +++ b/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) { |
