Fix NRE in DisposeAsyncCore
@ -1184,6 +1184,8 @@ namespace Emby.Server.Implementations
}
if (_sessionManager != null)
{
// used for closing websockets
foreach (var session in _sessionManager.Sessions)
@ -1191,4 +1193,5 @@ namespace Emby.Server.Implementations