mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
feat: add downloader_count to trackerStats (#6936)
This commit is contained in:
@@ -386,6 +386,7 @@ Files are returned in the order they are laid out in the torrent. References to
|
||||
| `announce` | string | tr_tracker_view
|
||||
| `announceState` | number | tr_tracker_view
|
||||
| `downloadCount` | number | tr_tracker_view
|
||||
| `downloader_count` | number | tr_tracker_view
|
||||
| `hasAnnounced` | boolean | tr_tracker_view
|
||||
| `hasScraped` | boolean | tr_tracker_view
|
||||
| `host` | string | tr_tracker_view
|
||||
@@ -1049,4 +1050,5 @@ Transmission 4.1.0 (`rpc-version-semver` 5.4.0, `rpc-version`: 18)
|
||||
| `torrent-get` | new arg `files.begin_piece`
|
||||
| `torrent-get` | new arg `files.end_piece`
|
||||
| `port-test` | new arg `ip_protocol`
|
||||
| `torrent-get` | new arg `trackerStats.downloader_count`
|
||||
| `torrent-get` | :warning: **DEPRECATED** `manualAnnounceTime`, it never worked
|
||||
|
||||
Reference in New Issue
Block a user