[#2796] [Console] Add time_added to info sort keys

This commit is contained in:
Calum Lind 2016-05-10 14:17:37 +01:00
parent a1e66a4dc1
commit b2be4aba53
1 changed files with 2 additions and 1 deletions

View File

@ -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