Merge pull request #1584 from Bond-009/checksum

Check checksum for plugin downloads
This commit is contained in:
dkanada
2019-08-15 01:00:33 -07:00
committed by GitHub
17 changed files with 143 additions and 427 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, new SimpleProgress<double>(), CancellationToken.None);
await _installationManager.InstallPackage(package);
}
/// <summary>