[#2796] [Console] Add time_added to info sort keys
This commit is contained in:
parent
a1e66a4dc1
commit
b2be4aba53
|
@ -70,7 +70,8 @@ STATUS_KEYS = ["state",
|
|||
"is_seed",
|
||||
"is_finished",
|
||||
"active_time",
|
||||
"seeding_time"
|
||||
"seeding_time",
|
||||
"time_added"
|
||||
]
|
||||
|
||||
# Add filter specific state to torrent states
|
||||
|
|
Loading…
Reference in New Issue