Cleanup someones mess

Mike Tzou 2017-09-21 21:04:59 +08:00
parent b5f32e8ee4
commit 64be2056e3

@ -829,7 +829,7 @@ Property | Type | Description
`category` | string | (optional) Category for the torrent
`skip_checking` `API13` | string | (optional) Skip hash checking. Possible values are `true` and `false` (default)
`paused` `API13` | string | (optional) Add torrents in the paused state. Possible values are `true` and `false` (default)
`root_folder` `API15` | string | (optional) Create the root folder. Possible values are `true` and `false` (default)
`root_folder` `API15` | string | (optional) Create the root folder. Possible values are `true`, `false`, unset (default)
**Before qBittorrent v3.3.1 `API6`:**
```http
@ -888,7 +888,7 @@ Property | Type | Description
`category` | string | (optional) Category for the torrent
`skip_checking` `API13` | string | (optional) Skip hash checking. Possible values are `true` and `false` (default)
`paused` `API13` | string | (optional) Add torrents in the paused state. Possible values are `true` and `false` (default)
`root_folder` `API15` | string | (optional) Create the root folder. Possible values are `true` and `false` (default)
`root_folder` `API15` | string | (optional) Create the root folder. Possible values are `true`, `false`, unset (default)
### Add trackers to torrent ###