Add better error handling, update toolbars and simplify logging

This commit is contained in:
ahjephson
2024-05-10 14:13:32 +01:00
parent dd7b10cf68
commit 53e934b61c
25 changed files with 543 additions and 265 deletions

View File

@@ -476,7 +476,7 @@ namespace Lantean.QBitTorrentClient
{
foreach (var (name, stream) in torrents)
{
content.Add(new StreamContent(stream), name);
content.Add(new StreamContent(stream), "torrents", name);
}
}
if (savePath is not null)