diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-07 18:04:46 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-07 18:04:46 -0400 |
| commit | 24d91d9363ec909688c571f133db4ebf0fde7f86 (patch) | |
| tree | 06798c70dd8bdc64ecfad339394ab9363978bd51 /Emby.Server.Implementations/Updates/InstallationManager.cs | |
| parent | 36f0d495d237c6f17486a10f04d43c1f8c599951 (diff) | |
update image inheritance
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs index 717416da1..6e37c1dc1 100644 --- a/Emby.Server.Implementations/Updates/InstallationManager.cs +++ b/Emby.Server.Implementations/Updates/InstallationManager.cs @@ -513,8 +513,6 @@ namespace Emby.Server.Implementations.Updates CurrentInstallations.Remove(tuple); } - progress.Report(100); - CompletedInstallationsInternal.Add(installationInfo); EventHelper.FireEventIfNotNull(PackageInstallationCompleted, this, installationEventArgs, _logger); |
