From 8ff1bfc0b29d66bedc701067e07244272a37d14c Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Mon, 20 Mar 2017 11:48:55 +0000 Subject: [PATCH] [Console] Add time_added to info status keys --- deluge/ui/console/cmdline/commands/info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deluge/ui/console/cmdline/commands/info.py b/deluge/ui/console/cmdline/commands/info.py index 0b776000a..b2cc69618 100644 --- a/deluge/ui/console/cmdline/commands/info.py +++ b/deluge/ui/console/cmdline/commands/info.py @@ -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