mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[Console] Add time_added to info status keys
This commit is contained in:
parent
744ab08dfb
commit
8ff1bfc0b2
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ STATUS_KEYS = [
|
|||
'all_time_download',
|
||||
'total_uploaded',
|
||||
'total_payload_download',
|
||||
'total_payload_upload'
|
||||
'total_payload_upload',
|
||||
'time_added'
|
||||
]
|
||||
|
||||
# Add filter specific state to torrent states
|
||||
|
|
Loading…
Add table
Reference in a new issue