Author: andar
Revision: 5284
Log:
Add missing methods to set move on completed path
Diff:
Modified: branches/1.1.0_RC/deluge/core/torrent.py
===================================================================
--- branches/1.1.0_RC/deluge/core/torrent.py 2009-05-18 22:51:06 UTC (rev
5283)
+++ branches/1.1.0_RC/deluge/core/torrent.py 2009-05-19 01:38:25 UTC (rev
5284)
@@ -295,6 +295,12 @@
def set_remove_at_ratio(self, remove_at_ratio):
self.options["remove_at_ratio"] = remove_at_ratio
+ def set_move_completed(self, move_completed):
+ self.options["move_completed"] = move_completed
+
+ def set_move_completed_path(self, move_completed_path):
+ self.options["move_completed_path"] = move_completed_path
+
def set_file_priorities(self, file_priorities):
if len(file_priorities) != len(self.files):
log.debug("file_priorities len != num_files")
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---