Explorar o código

update text on metadata pages

Luke Pulverenti %!s(int64=11) %!d(string=hai) anos
pai
achega
065721249a

+ 2 - 0
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);