Add metrics collector to disposable parts (#11539)

This commit is contained in:
Cody Robibero
2024-05-12 09:14:36 -06:00
committed by GitHub
parent efba619acb
commit c1907354e8
2 changed files with 2 additions and 1 deletions

View File

@@ -185,6 +185,7 @@ namespace Jellyfin.Server
}
catch (Exception ex)
{
_restartOnShutdown = false;
_logger.LogCritical(ex, "Error while starting server");
}
finally