mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
ume torrent if not deleting. fixes #352
This commit is contained in:
parent
dbdbb21fae
commit
7dbc7c8267
1 changed files with 3 additions and 0 deletions
|
@ -558,6 +558,9 @@ def remove_torrent(clientAgent, inputHash, inputID, inputName):
|
|||
|
||||
time.sleep(5)
|
||||
|
||||
else:
|
||||
resume_torrent(clientAgent, inputHash, inputID, inputName)
|
||||
|
||||
def find_download(clientAgent, download_id):
|
||||
logger.debug("Searching for Download on %s ..." % (clientAgent))
|
||||
if clientAgent == 'utorrent':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue