mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 03:18:27 +01:00
Merge pull request #1584 from Bond-009/checksum
Check checksum for plugin downloads
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user