From 31afd7b36a057a73e15756ef58cdd61d69a4c9a9 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 20 Oct 2010 12:40:24 +0200 Subject: closed #159 --- module/HookManager.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'module/HookManager.py') diff --git a/module/HookManager.py b/module/HookManager.py index c4e8c28a2..a6a8e4005 100644 --- a/module/HookManager.py +++ b/module/HookManager.py @@ -124,5 +124,11 @@ class HookManager(): if plugin.isActivated(): plugin.afterReconnecting(ip) + @lock + def unrarFinished(self, folder, fname): + + for plugin in self.plugins: + plugin.unrarFinished(folder, fname) + def startThread(self, function, pyfile): t = HookThread(self.core.threadManager, function, pyfile) -- cgit v1.2.3