mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
fix a cut/paste error in the spec.
This commit is contained in:
parent
0cf05b8f2f
commit
e8946b8691
1 changed files with 1 additions and 3 deletions
|
@ -72,7 +72,7 @@
|
|||
|
||||
Response arguments: none
|
||||
|
||||
3.2. Torrent Mutator
|
||||
3.2. Torrent Mutators
|
||||
|
||||
Method name: "torrent-set"
|
||||
|
||||
|
@ -213,7 +213,6 @@
|
|||
|
||||
{
|
||||
"arguments": {
|
||||
"fields": 2080,
|
||||
"fields": [ "id", "name", "totalSize" ]
|
||||
}
|
||||
"method": "torrent-get",
|
||||
|
@ -225,7 +224,6 @@
|
|||
|
||||
{
|
||||
"arguments": {
|
||||
"fields": 2080,
|
||||
"torrents": [
|
||||
{
|
||||
"id": 10,
|
||||
|
|
Loading…
Reference in a new issue