mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 05:18:27 +01:00
Check checksum for plugin downloads
* Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager
This commit is contained in:
@@ -84,6 +84,7 @@ namespace MediaBrowser.Model.Cryptography
|
||||
_hash = Array.Empty<Byte>();
|
||||
}
|
||||
|
||||
// TODO: move this class and use the HexHelper class
|
||||
public static byte[] ConvertFromByteString(string byteString)
|
||||
{
|
||||
byte[] bytes = new byte[byteString.Length / 2];
|
||||
|
||||
Reference in New Issue
Block a user