diff --git a/server/RdtClient.Service/Services/Torrents.cs b/server/RdtClient.Service/Services/Torrents.cs index 28a45b2..97d93bc 100644 --- a/server/RdtClient.Service/Services/Torrents.cs +++ b/server/RdtClient.Service/Services/Torrents.cs @@ -671,7 +671,7 @@ public class Torrents( infoHash, fileOrMagnetContents, isFile, - Settings.Get.DownloadClient.Client, + torrent.DownloadClient, torrent); await UpdateTorrentClientData(newTorrent);