diff --git a/headphones/searcher.py b/headphones/searcher.py index ee561823..c3e5d72d 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -917,7 +917,7 @@ def send_to_downloader(data, bestqual, album): deluge.setSeedRatio({'hash': torrentid, 'ratio': seed_ratio}) # Set move-to directory - if headphones.CONFIG.DELUGE_DONE_DIRECTORY: + if headphones.CONFIG.DELUGE_DONE_DIRECTORY or headphones.CONFIG.DOWNLOAD_TORRENT_DIR: deluge.setTorrentPath({'hash': torrentid}) # Get folder name from Deluge, it's usually the torrent name