fix: exclude `(B/s)` from parameter names (#6448)

This commit is contained in:
Yat Ho 2023-12-30 03:22:21 +08:00 committed by GitHub
parent f544399183
commit 3c635cd4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -259,8 +259,8 @@ The 'source' column here corresponds to the data structure there.
| `priorities`| array (see below)| n/a
| `primary-mime-type`| string| tr_torrent
| `queuePosition`| number| tr_stat
| `rateDownload (B/s)`| number| tr_stat
| `rateUpload (B/s)`| number| tr_stat
| `rateDownload` (B/s)| number| tr_stat
| `rateUpload` (B/s)| number| tr_stat
| `recheckProgress`| double| tr_stat
| `secondsDownloading`| number| tr_stat
| `secondsSeeding`| number| tr_stat