mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:17:23 +01:00
add intermediate version to allow usage for now
This commit is contained in:
parent
4c2d5e2001
commit
42f598b9d5
6 changed files with 40 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue