diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-08-11 15:57:36 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-08-11 15:57:36 +0200 |
| commit | 72436892154892c53c75ee5fdcbcb3bf843ac85c (patch) | |
| tree | 984cdfefe6f7d825ea7c40d00d9656b2daa79ab8 /MediaBrowser.Api/PackageService.cs | |
| parent | 5eaf5465a55df0359f85077b7922ca4a45681831 (diff) | |
Minor improvements
Diffstat (limited to 'MediaBrowser.Api/PackageService.cs')
| -rw-r--r-- | MediaBrowser.Api/PackageService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/PackageService.cs b/MediaBrowser.Api/PackageService.cs index 915c9784e..baa6f7bb9 100644 --- a/MediaBrowser.Api/PackageService.cs +++ b/MediaBrowser.Api/PackageService.cs @@ -197,7 +197,7 @@ namespace MediaBrowser.Api throw new ResourceNotFoundException(string.Format("Package not found: {0}", request.Name)); } - await _installationManager.InstallPackage(package, CancellationToken.None); + await _installationManager.InstallPackage(package); } /// <summary> |
