Add 'is_finished' torrent status key

This commit is contained in:
Andrew Resch 2009-04-25 07:29:08 +00:00
parent 753b93089f
commit b852051bb7
1 changed files with 1 additions and 0 deletions

View File

@ -569,6 +569,7 @@ class Torrent:
"files": self.files,
"hash": self.torrent_id,
"is_auto_managed": self.options["auto_managed"],
"is_finished": self.is_finished,
"max_connections": self.options["max_connections"],
"max_download_speed": self.options["max_download_speed"],
"max_upload_slots": self.options["max_upload_slots"],