From 95d56e5e3e7e652d8599626627947c3f8d1f36d9 Mon Sep 17 00:00:00 2001 From: mkaay Date: Sun, 15 Aug 2010 13:26:36 +0200 Subject: priority fix, unrar improve, serienjunkiesorg improve --- module/plugins/hooks/UnRar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/UnRar.py') diff --git a/module/plugins/hooks/UnRar.py b/module/plugins/hooks/UnRar.py index f6c202ddb..46e7874d3 100644 --- a/module/plugins/hooks/UnRar.py +++ b/module/plugins/hooks/UnRar.py @@ -106,7 +106,7 @@ class UnRar(Hook): u = Unrar(join(folder, fname)) try: - success = u.crackPassword(passwords=self.passwords, statusFunction=s, overwrite=True, destination=folder) + success = u.crackPassword(passwords=self.passwords, statusFunction=s, overwrite=True, destination=folder, fullPath=self.getConfig("fullpath")) except WrongPasswordError: continue except CommandError, e: -- cgit v1.2.3