mirror of
https://github.com/transmission/transmission
synced 2025-02-21 13:46:52 +00:00
fix sort order of trackerStats keys within RPC doc (#6946)
* fix sort order of keys within trackerStats
* clarify crypto algo
* Revert "clarify crypto algo"
This reverts commit 25e9accb5f
.
---------
Co-authored-by: TR Reardon <reardonia@github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
62240393ed
commit
7543126789
1 changed files with 2 additions and 2 deletions
|
@ -371,8 +371,8 @@ The 'source' column here corresponds to the data structure there.
|
|||
|
||||
| Key | Value Type | transmission.h source
|
||||
|:--|:--|:--
|
||||
| `announceState` | number | tr_tracker_view
|
||||
| `announce` | string | tr_tracker_view
|
||||
| `announceState` | number | tr_tracker_view
|
||||
| `downloadCount` | number | tr_tracker_view
|
||||
| `hasAnnounced` | boolean | tr_tracker_view
|
||||
| `hasScraped` | boolean | tr_tracker_view
|
||||
|
@ -393,8 +393,8 @@ The 'source' column here corresponds to the data structure there.
|
|||
| `leecherCount` | number | tr_tracker_view
|
||||
| `nextAnnounceTime` | number | tr_tracker_view
|
||||
| `nextScrapeTime` | number | tr_tracker_view
|
||||
| `scrapeState` | number | tr_tracker_view
|
||||
| `scrape` | string | tr_tracker_view
|
||||
| `scrapeState` | number | tr_tracker_view
|
||||
| `seederCount` | number | tr_tracker_view
|
||||
| `sitename` | string | tr_tracker_view
|
||||
| `tier` | number | tr_tracker_view
|
||||
|
|
Loading…
Reference in a new issue