mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 15:13:07 +01:00
Update HttpListenerHost.cs
This commit is contained in:
parent
900dc851e6
commit
d0980f0da5
1 changed files with 1 additions and 7 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue