[#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_seed",
|
||||||
"is_finished",
|
"is_finished",
|
||||||
"active_time",
|
"active_time",
|
||||||
"seeding_time"
|
"seeding_time",
|
||||||
|
"time_added"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add filter specific state to torrent states
|
# Add filter specific state to torrent states
|
||||||
|
|
Loading…
Reference in New Issue