From 7dbc7c82679ffb3c34fe85f569c9db986ee9f4bb Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 28 Apr 2014 12:02:06 +0930 Subject: [PATCH] ume torrent if not deleting. fixes #352 --- nzbtomedia/nzbToMediaUtil.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nzbtomedia/nzbToMediaUtil.py b/nzbtomedia/nzbToMediaUtil.py index 89d041c2..f60a071d 100644 --- a/nzbtomedia/nzbToMediaUtil.py +++ b/nzbtomedia/nzbToMediaUtil.py @@ -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':