Label: Fix move on completed
This commit is contained in:
parent
914ae20e74
commit
08b92148ca
@ -2,6 +2,9 @@ Deluge 1.1.0_RC3 (In Development)
|
|||||||
GtkUI:
|
GtkUI:
|
||||||
* Fix folder renaming to display the change properly
|
* Fix folder renaming to display the change properly
|
||||||
|
|
||||||
|
Plugins:
|
||||||
|
* Label: Fix move on completed
|
||||||
|
|
||||||
Deluge 1.1.0_RC2 (29 December 2008)
|
Deluge 1.1.0_RC2 (29 December 2008)
|
||||||
Core:
|
Core:
|
||||||
* Fix new version check
|
* Fix new version check
|
||||||
|
|||||||
@ -219,8 +219,12 @@ class Core(CorePluginBase):
|
|||||||
torrent.set_remove_at_ratio(options['remove_at_ratio'])
|
torrent.set_remove_at_ratio(options['remove_at_ratio'])
|
||||||
|
|
||||||
if options["apply_move_completed"]:
|
if options["apply_move_completed"]:
|
||||||
torrent.set_move_on_completed(options["move_completed"])
|
torrent.set_options(
|
||||||
torrent.set_move_on_completed_path(options["move_completed_path"])
|
{
|
||||||
|
"move_completed": options["move_completed"],
|
||||||
|
"move_completed_path": options["move_completed_path"]
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
def _has_auto_match(self, torrent ,label_options):
|
def _has_auto_match(self, torrent ,label_options):
|
||||||
"match for auto_add fields"
|
"match for auto_add fields"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user