[#2417] Add time_since_download and time_since_upload to torrent status
This commit is contained in:
parent
2be5474f3a
commit
0531276b9b
|
@ -764,6 +764,8 @@ class Torrent(object):
|
|||
"pieces": self._get_pieces_info,
|
||||
"seed_mode": lambda: self.status.seed_mode,
|
||||
"super_seeding": lambda: self.status.super_seeding,
|
||||
"time_since_download": lambda: self.status.time_since_download,
|
||||
"time_since_upload": lambda: self.status.time_since_upload,
|
||||
}
|
||||
|
||||
def get_name(self):
|
||||
|
|
Loading…
Reference in New Issue