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:
parent
03520624e6
commit
f205d487c6
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue