mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
use SocketHttpListener project
This commit is contained in:
parent
769c282fd1
commit
36295aa833
20 changed files with 59 additions and 63 deletions
|
|
@ -3,7 +3,7 @@ using System;
|
|||
|
||||
namespace MediaBrowser.Server.Implementations.HttpServer.SocketSharp
|
||||
{
|
||||
public class SocketSharpLogger : WebSocketSharp.Logging.ILogger
|
||||
public class SocketSharpLogger : SocketHttpListener.Logging.ILogger
|
||||
{
|
||||
private readonly ILogger _logger;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue