Fix displaying the total downloaded field
This commit is contained in:
parent
e0356b7f10
commit
9601ca2f86
@ -104,7 +104,7 @@ class StatisticsTab(Tab):
|
|||||||
|
|
||||||
# Get the torrent status
|
# Get the torrent status
|
||||||
status_keys = ["progress", "num_pieces", "piece_length",
|
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",
|
"total_uploaded", "total_payload_upload", "download_payload_rate",
|
||||||
"upload_payload_rate", "num_peers", "num_seeds", "total_peers",
|
"upload_payload_rate", "num_peers", "num_seeds", "total_peers",
|
||||||
"total_seeds", "eta", "ratio", "next_announce",
|
"total_seeds", "eta", "ratio", "next_announce",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user