mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +00:00
docs: fix missing method name in 9c436d87d
This commit is contained in:
parent
60ef92ee99
commit
2789a8fe69
1 changed files with 1 additions and 1 deletions
|
@ -1000,4 +1000,4 @@ Transmission 4.0.0 (`rpc-version-semver` 5.3.0, `rpc-version`: 17)
|
|||
| `torrent-set` | :warning: **DEPRECATED** `trackerReplace`. Use `trackerList` instead.
|
||||
| `group-set` | new method
|
||||
| `group-get` | new method
|
||||
| `wanted` | :warning: Transmission 3.00 and earlier sent this as an array of `0` or `1` despite being documented as an array of booleans. Transmission 4.0.0 and 4.0.1 "fixed" this by returning an array of booleans, but as a practical matter this caused an unannounced breaking change for 3rd party code that expects `0` or `1`. For this reason, 4.0.2 restores the 3.00 behavior and updates this spec to match the code.
|
||||
| `torrent-get` | :warning: old arg `wanted` was implemented as an array of `0` or `1` in Transmission 3.00 and older, despite being documented as an array of booleans. Transmission 4.0.0 and 4.0.1 "fixed" this by returning an array of booleans; but in practical terms, this change caused an unannounced breaking change for any 3rd party code that expected `0` or `1`. For this reason, 4.0.2 restored the 3.00 behavior and updated this spec to match the code.
|
||||
|
|
Loading…
Reference in a new issue