mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-19 22:58:30 +00:00
Add 'is_finished' torrent status key
This commit is contained in:
parent
753b93089f
commit
b852051bb7
@ -569,6 +569,7 @@ class Torrent:
|
|||||||
"files": self.files,
|
"files": self.files,
|
||||||
"hash": self.torrent_id,
|
"hash": self.torrent_id,
|
||||||
"is_auto_managed": self.options["auto_managed"],
|
"is_auto_managed": self.options["auto_managed"],
|
||||||
|
"is_finished": self.is_finished,
|
||||||
"max_connections": self.options["max_connections"],
|
"max_connections": self.options["max_connections"],
|
||||||
"max_download_speed": self.options["max_download_speed"],
|
"max_download_speed": self.options["max_download_speed"],
|
||||||
"max_upload_slots": self.options["max_upload_slots"],
|
"max_upload_slots": self.options["max_upload_slots"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user