Set the download client based on the torrent instead of hardcoded when upload a torrent from the web GUI.

This commit is contained in:
Roger Far 2025-01-29 19:10:14 -07:00
parent 24c759e4e6
commit a566f47988

View file

@ -671,7 +671,7 @@ public class Torrents(
infoHash,
fileOrMagnetContents,
isFile,
Settings.Get.DownloadClient.Client,
torrent.DownloadClient,
torrent);
await UpdateTorrentClientData(newTorrent);