浏览代码

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);
                 }
 
+                progress.Report(100);
+
                 CompletedInstallations.Add(installationInfo);
 
                 EventHelper.QueueEventIfNotNull(PackageInstallationCompleted, this, installationEventArgs, _logger);