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,
|
infoHash,
|
||||||
fileOrMagnetContents,
|
fileOrMagnetContents,
|
||||||
isFile,
|
isFile,
|
||||||
Settings.Get.DownloadClient.Client,
|
torrent.DownloadClient,
|
||||||
torrent);
|
torrent);
|
||||||
|
|
||||||
await UpdateTorrentClientData(newTorrent);
|
await UpdateTorrentClientData(newTorrent);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue