mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: enhance seed status retrieval
This commit is contained in:
parent
d7e06d6622
commit
5fbf0baa0f
3 changed files with 21 additions and 2 deletions
|
@ -139,6 +139,7 @@ class TorrentDownloader:
|
|||
'fileSize': info.total_size() if info else 0,
|
||||
'progress': status.progress,
|
||||
'downloadSpeed': status.download_rate,
|
||||
'uploadSpeed': status.upload_rate,
|
||||
'numPeers': status.num_peers,
|
||||
'numSeeds': status.num_seeds,
|
||||
'status': status.state,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue