mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
Add better error handling, update toolbars and simplify logging
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user