fix server restart

This commit is contained in:
Luke Pulverenti
2017-02-16 02:13:32 -05:00
parent db7e78640a
commit aa290062d6
3 changed files with 5 additions and 2 deletions

View File

@@ -767,8 +767,6 @@ namespace Emby.Server.Implementations.HttpServer
{
if (_disposed) return;
Dispose();
lock (_disposeLock)
{
if (_disposed) return;