From b2be4aba530a17d2e34e890cf4794285a6707d03 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 10 May 2016 14:17:37 +0100 Subject: [PATCH] [#2796] [Console] Add time_added to info sort keys --- deluge/ui/console/commands/info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deluge/ui/console/commands/info.py b/deluge/ui/console/commands/info.py index 18cfaece1..b3fafacfc 100644 --- a/deluge/ui/console/commands/info.py +++ b/deluge/ui/console/commands/info.py @@ -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