mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix displaying the total downloaded field
This commit is contained in:
parent
e0356b7f10
commit
9601ca2f86
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class StatisticsTab(Tab):
|
|||
|
||||
# Get the torrent status
|
||||
status_keys = ["progress", "num_pieces", "piece_length",
|
||||
"distributed_copies", "total_done", "total_payload_download",
|
||||
"distributed_copies", "all_time_download", "total_payload_download",
|
||||
"total_uploaded", "total_payload_upload", "download_payload_rate",
|
||||
"upload_payload_rate", "num_peers", "num_seeds", "total_peers",
|
||||
"total_seeds", "eta", "ratio", "next_announce",
|
||||
|
|
Loading…
Add table
Reference in a new issue