From f016fd499057791a021ac4053691629e3b3cc79e Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 16 Oct 2020 22:32:03 +1300 Subject: [PATCH] Update configuration.py --- core/plugins/downloaders/torrent/configuration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/plugins/downloaders/torrent/configuration.py b/core/plugins/downloaders/torrent/configuration.py index 8acd4b61..3104518b 100644 --- a/core/plugins/downloaders/torrent/configuration.py +++ b/core/plugins/downloaders/torrent/configuration.py @@ -14,6 +14,7 @@ def configure_torrents(config): core.TORRENT_CLIENT_AGENT = torrent_config['clientAgent'] # utorrent | deluge | transmission | rtorrent | vuze | qbittorrent | synods | other core.OUTPUT_DIRECTORY = torrent_config['outputDirectory'] # /abs/path/to/complete/ core.TORRENT_DEFAULT_DIRECTORY = torrent_config['default_downloadDirectory'] + core.TORRENT_NO_MANUAL = int(torrent_config['no_manuall']) configure_torrent_linking(torrent_config) configure_flattening(torrent_config)