فهرست منبع

update text on metadata pages

Luke Pulverenti 11 سال پیش
والد
کامیت
065721249a
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      MediaBrowser.Common.Implementations/Updates/InstallationManager.cs

+ 2 - 0
MediaBrowser.Common.Implementations/Updates/InstallationManager.cs

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