(params)
| 185 | } |
| 186 | |
| 187 | addTorrent (params) { |
| 188 | const { |
| 189 | torrent, |
| 190 | options |
| 191 | } = params |
| 192 | const engineOptions = formatOptionsForEngine(options) |
| 193 | const args = compactUndefined([torrent, [], engineOptions]) |
| 194 | return this.client.call('addTorrent', ...args) |
| 195 | } |
| 196 | |
| 197 | addMetalink (params) { |
| 198 | const { |
no test coverage detected