Skip to content

Commit 2c5da60

Browse files
authored
fix(rtorrent): make adding torrent work with upstream json rpc enabled without extra config (#929)
1 parent 559d934 commit 2c5da60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/services/rTorrent/clientGatewayService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class RTorrentClientGatewayService extends ClientGatewayService {
110110
.methodCall('system.multicall', [
111111
await Promise.all(
112112
processedFiles.map(async (file) => ({
113-
methodName: start ? 'load.start_throw' : 'load.throw',
113+
methodName: start ? 'load.start' : 'load.normal',
114114
params: [
115115
'',
116116
`data:applications/x-bittorrent;base64,${file}`,

0 commit comments

Comments
 (0)