From 392967780c861d1e6f13ac82f7e29918d95c743d Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sun, 10 Mar 2019 08:34:56 +1300 Subject: [PATCH] don't load torrent clients for nzbs. Fixes #1563 --- core/utils/torrents.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/utils/torrents.py b/core/utils/torrents.py index 810bfc42..4c152e47 100644 --- a/core/utils/torrents.py +++ b/core/utils/torrents.py @@ -12,6 +12,8 @@ from core import logger def create_torrent_class(client_agent): # Hardlink solution for Torrents tc = None + if not core.APP_NAME == 'TorrentToMedia.py': #Skip loading Torrent for NZBs. + return tc if client_agent == 'utorrent': try: