summaryrefslogtreecommitdiffstats
path: root/module/plugins/Crypter.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-08-07 17:40:43 +0200
committerGravatar mkaay <mkaay@mkaay.de> 2010-08-07 17:40:43 +0200
commitafb5e3371a9b43dff97131440affcc2c68ec5593 (patch)
tree7d2c9f1b8a016fc115881d607fcdeb2c12b30703 /module/plugins/Crypter.py
parenthook improvements (diff)
downloadpyload-afb5e3371a9b43dff97131440affcc2c68ec5593.tar.xz
file info prefetching (RapidshareCom UploadedTo), download folder fix, SerienjunkiesOrg fix
Diffstat (limited to 'module/plugins/Crypter.py')
-rw-r--r--module/plugins/Crypter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/Crypter.py b/module/plugins/Crypter.py
index aaf003063..6d42b9d2c 100644
--- a/module/plugins/Crypter.py
+++ b/module/plugins/Crypter.py
@@ -59,6 +59,7 @@ class Crypter(Plugin):
# replace current package with new one
self.pyfile.package().name = pack[0]
self.pyfile.package().folder = pack[2]
+ self.pyfile.package().notifyChange()
self.core.files.addLinks(pack[1], self.pyfile.package().id)
@@ -67,4 +68,4 @@ class Crypter(Plugin):
self.core.server_methods.add_package(pack[0], pack[1])
i += 1
- \ No newline at end of file
+