diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-17 00:31:40 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-17 00:31:40 -0400 |
| commit | 065721249a8df6ff955a6b25c8bc57efa0a6e843 (patch) | |
| tree | b8925e548bbe93ade505efd37381387418ef4acb | |
| parent | a47624163d6a438ac20525b619a39b81fdcb5f6a (diff) | |
update text on metadata pages
| -rw-r--r-- | MediaBrowser.Common.Implementations/Updates/InstallationManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs index 222f41e0d..72e739bcc 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); |
