1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

fix a misplaced comma in the rpc spec's JSON example

This commit is contained in:
Charles Kerr 2008-08-19 16:36:59 +00:00
parent 03520624e6
commit f205d487c6

View file

@ -214,7 +214,7 @@
{ {
"arguments": { "arguments": {
"fields": [ "id", "name", "totalSize" ] "fields": [ "id", "name", "totalSize" ]
} },
"method": "torrent-get", "method": "torrent-get",
"tag": 39693 "tag": 39693
} }
@ -229,12 +229,12 @@
"id": 10, "id": 10,
"name": "Fedora x86_64 DVD", "name": "Fedora x86_64 DVD",
"totalSize", 34983493932, "totalSize", 34983493932,
} },
{ {
"id": 7, "id": 7,
"name": "Ubuntu x86_64 DVD", "name": "Ubuntu x86_64 DVD",
"totalSize", 9923890123, "totalSize", 9923890123,
}, }
] ]
}, },
"result": "success", "result": "success",