mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 12:31:57 +00:00
added upnp ConnectionManager.cs
This commit is contained in:
@@ -154,9 +154,9 @@ namespace MediaBrowser.Server.Implementations.WebSocket
|
||||
{
|
||||
if (WebSocketServer != null)
|
||||
{
|
||||
// Calling dispose will also call stop
|
||||
_logger.Debug("Disposing alchemy server");
|
||||
WebSocketServer.Stop();
|
||||
|
||||
WebSocketServer.Dispose();
|
||||
WebSocketServer = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user