diff options
author | Jeix <devnull@localhost> | 2010-08-13 11:03:44 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-08-13 11:03:44 +0200 |
commit | b1cc10a0f5ea6c9cb8231c67dd016fe4a2414170 (patch) | |
tree | af31f7d3c6efb49a2afe905d4971001417299c03 /module/PluginThread.py | |
parent | irchook-xmlrpc fix (diff) | |
parent | improvements (diff) | |
download | pyload-b1cc10a0f5ea6c9cb8231c67dd016fe4a2414170.tar.xz |
Merge
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index c666e7875..f727aa7f0 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -70,6 +70,7 @@ class DownloadThread(PluginThread): self.m.log.info(_("Download starts: %s" % pyfile.name)) try: + self.m.core.hookManager.downloadStarts(pyfile) pyfile.plugin.preprocessing(self) except NotImplementedError: |