mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
fix a misplaced comma in the rpc spec's JSON example
This commit is contained in:
parent
03520624e6
commit
f205d487c6
1 changed files with 3 additions and 3 deletions
|
@ -214,7 +214,7 @@
|
|||
{
|
||||
"arguments": {
|
||||
"fields": [ "id", "name", "totalSize" ]
|
||||
}
|
||||
},
|
||||
"method": "torrent-get",
|
||||
"tag": 39693
|
||||
}
|
||||
|
@ -229,12 +229,12 @@
|
|||
"id": 10,
|
||||
"name": "Fedora x86_64 DVD",
|
||||
"totalSize", 34983493932,
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Ubuntu x86_64 DVD",
|
||||
"totalSize", 9923890123,
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
"result": "success",
|
||||
|
|
Loading…
Reference in a new issue