mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
fix duplicate connections on the dashboard
This commit is contained in:
@@ -375,8 +375,10 @@ namespace MediaBrowser.Server.Implementations.Updates
|
||||
|
||||
throw;
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.ErrorException("Package installation failed", ex);
|
||||
|
||||
lock (CurrentInstallations)
|
||||
{
|
||||
CurrentInstallations.Remove(tuple);
|
||||
|
||||
Reference in New Issue
Block a user