소스 검색

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);