update text on metadata pages

This commit is contained in:
Luke Pulverenti 2013-10-17 00:31:40 -04:00
parent a47624163d
commit 065721249a

View file

@ -408,6 +408,8 @@ namespace MediaBrowser.Common.Implementations.Updates
CurrentInstallations.Remove(tuple);
}
progress.Report(100);
CompletedInstallations.Add(installationInfo);
EventHelper.QueueEventIfNotNull(PackageInstallationCompleted, this, installationEventArgs, _logger);