mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
don't load torrent clients for nzbs. Fixes #1563
This commit is contained in:
parent
64862ece10
commit
392967780c
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue