mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 21:54:15 +01:00
handle download cancellation better
This commit is contained in:
parent
98c1802d63
commit
2307b43c65
7 changed files with 47 additions and 42 deletions
|
|
@ -96,7 +96,7 @@ namespace MareSynchronos.WebAPI
|
|||
|
||||
public event SimpleStringDelegate? UnpairedFromOther;
|
||||
|
||||
public List<FileTransfer> CurrentDownloads { get; } = new();
|
||||
public Dictionary<int, List<DownloadFileTransfer>> CurrentDownloads { get; } = new();
|
||||
|
||||
public List<FileTransfer> CurrentUploads { get; } = new();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue