Author: andar
Revision: 5166
Log:
Add 'is_finished' torrent status key
Diff:
Modified: trunk/deluge/core/torrent.py
===================================================================
--- trunk/deluge/core/torrent.py 2009-04-25 07:24:58 UTC (rev 5165)
+++ trunk/deluge/core/torrent.py 2009-04-25 07:29:08 UTC (rev 5166)
@@ -569,6 +569,7 @@
"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"],
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---