feat: add downloader_count to trackerStats (#6936)

This commit is contained in:
Yat Ho
2025-11-13 00:23:37 +08:00
committed by GitHub
parent 0f7f460c55
commit 48ec09771c
6 changed files with 8 additions and 1 deletions

View File

@@ -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