From 065721249a8df6ff955a6b25c8bc57efa0a6e843 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 17 Oct 2013 00:31:40 -0400 Subject: [PATCH] update text on metadata pages --- .../Updates/InstallationManager.cs | 2 ++ 1 file changed, 2 insertions(+) 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);