diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-06-23 12:08:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-23 12:08:03 -0400 |
| commit | ad5ceb2cb4352270598c226767ab78460fe6718a (patch) | |
| tree | 1a804fbb76aeb5205a065d3f742609e7bab4020e /Emby.Server.Implementations/Updates/InstallationManager.cs | |
| parent | d4b50a18e1c639f98cb26250c4d1dccbfcc49185 (diff) | |
| parent | 023952d04df3765ee5574915f0a84903bb97a748 (diff) | |
Merge pull request #2723 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs index eed17fb66..717416da1 100644 --- a/Emby.Server.Implementations/Updates/InstallationManager.cs +++ b/Emby.Server.Implementations/Updates/InstallationManager.cs @@ -246,7 +246,7 @@ namespace Emby.Server.Implementations.Updates { Url = "https://www.mb3admin.com/admin/service/MB3Packages.json", CancellationToken = cancellationToken, - Progress = new Progress<Double>() + Progress = new SimpleProgress<Double>() }).ConfigureAwait(false); |
