diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-20 12:40:24 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-20 12:40:24 +0200 |
commit | 31afd7b36a057a73e15756ef58cdd61d69a4c9a9 (patch) | |
tree | ddd81b20c21d465b3ec3f57b78e0d03c0a473848 /module/plugins/hooks/UnRar.py | |
parent | New ReLinkUs crypter plugin version (diff) | |
download | pyload-31afd7b36a057a73e15756ef58cdd61d69a4c9a9.tar.xz |
closed #159
Diffstat (limited to 'module/plugins/hooks/UnRar.py')
-rw-r--r-- | module/plugins/hooks/UnRar.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hooks/UnRar.py b/module/plugins/hooks/UnRar.py index 88da0b64d..f47c08e89 100644 --- a/module/plugins/hooks/UnRar.py +++ b/module/plugins/hooks/UnRar.py @@ -161,6 +161,7 @@ class UnRar(Hook): if success: self.core.log.info(_("Unrar of %s ok") % fname) self.removeFiles(pack, fname) + self.core.hookManager.unrarFinished(folder, fname) else: self.core.log.info(_("Unrar of %s failed (wrong password)") % fname) finally: |