restored audio

This commit is contained in:
LukePulverenti
2013-02-26 23:19:05 -05:00
parent a6596042a6
commit 3751e14eb1
39 changed files with 1221 additions and 3815 deletions

View File

@@ -411,8 +411,6 @@ namespace MediaBrowser.Common.Implementations.ServerManager
if (HttpServer != null)
{
_logger.Info("Disposing Http Server");
HttpServer.WebSocketConnected -= HttpServer_WebSocketConnected;
HttpServer.Dispose();
}