add intermediate version to allow usage for now
This commit is contained in:
@@ -38,6 +38,7 @@ namespace MareSynchronos.WebAPI
|
||||
private async Task<string> DownloadFile(int downloadId, string hash, CancellationToken ct)
|
||||
{
|
||||
using WebClient wc = new();
|
||||
wc.Headers.Add("Authorization", SecretKey);
|
||||
DownloadProgressChangedEventHandler progChanged = (s, e) =>
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user