diff --git a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs index 222f41e0dd..72e739bccb 100644 --- a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs +++ b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs @@ -408,6 +408,8 @@ namespace MediaBrowser.Common.Implementations.Updates CurrentInstallations.Remove(tuple); } + progress.Report(100); + CompletedInstallations.Add(installationInfo); EventHelper.QueueEventIfNotNull(PackageInstallationCompleted, this, installationEventArgs, _logger);