[Console] Add time_added to info status keys
This commit is contained in:
parent
744ab08dfb
commit
8ff1bfc0b2
|
@ -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…
Reference in New Issue