Minor improvements

This commit is contained in:
Bond_009
2019-08-11 15:57:36 +02:00
parent 5eaf5465a5
commit 7243689215
3 changed files with 3 additions and 9 deletions

View File

@@ -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>