From 9b9d728ce380b88f636a5181ccedfda3c94f6eab Mon Sep 17 00:00:00 2001 From: Noam Date: Fri, 4 Mar 2016 17:44:44 +0200 Subject: [PATCH] Deluge Move-To Directory - Deluge move-to directory only relevant if Deluge is the chosen torrent downloader --- headphones/postprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index 507a5571..ef87624f 100755 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -46,7 +46,7 @@ def checkFolder(): if album['Kind'] == 'nzb': download_dir = headphones.CONFIG.DOWNLOAD_DIR else: - if headphones.CONFIG.DELUGE_DONE_DIRECTORY: + if headphones.CONFIG.DELUGE_DONE_DIRECTORY and headphones.CONFIG.TORRENT_DOWNLOADER == 3: download_dir = headphones.CONFIG.DELUGE_DONE_DIRECTORY else: download_dir = headphones.CONFIG.DOWNLOAD_TORRENT_DIR