mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
fix very minor oops from previous commit. (hi, titer)
This commit is contained in:
parent
75cb355579
commit
4de77e3d2d
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@
|
||||||
"filter" | no | "all" | string "active", "all", "paused",
|
"filter" | no | "all" | string "active", "all", "paused",
|
||||||
| | | "downloading", or "seeding".
|
| | | "downloading", or "seeding".
|
||||||
|
|
||||||
The response contains two arguments:
|
Response arguments:
|
||||||
|
|
||||||
(1) A "fields" number identical to the request's
|
(1) A "fields" number identical to the request's
|
||||||
(2) A "torrents" array of objects, each of which contains the
|
(2) A "torrents" array of objects, each of which contains the
|
||||||
|
@ -273,7 +273,7 @@
|
||||||
"tag": 39693
|
"tag": 39693
|
||||||
}
|
}
|
||||||
|
|
||||||
3.2. Adding a Torrent
|
3.4. Adding a Torrent
|
||||||
|
|
||||||
Method name: "torrent-add"
|
Method name: "torrent-add"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue