Set the download client based on the torrent instead of hardcoded when upload a torrent from the web GUI.
This commit is contained in:
parent
24c759e4e6
commit
a566f47988
1 changed files with 1 additions and 1 deletions
|
|
@ -671,7 +671,7 @@ public class Torrents(
|
|||
infoHash,
|
||||
fileOrMagnetContents,
|
||||
isFile,
|
||||
Settings.Get.DownloadClient.Client,
|
||||
torrent.DownloadClient,
|
||||
torrent);
|
||||
|
||||
await UpdateTorrentClientData(newTorrent);
|
||||
|
|
|
|||
Loading…
Reference in a new issue