From 917bf534693bdaafd6b161313234520d1aedbce6 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sat, 27 Sep 2014 07:04:40 +0930 Subject: [PATCH] don't clean before Drone processes. Fixes #568 --- nzbToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzbToMedia.py b/nzbToMedia.py index 0497a91f..e428a883 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -597,7 +597,7 @@ def process(inputDirectory, inputName=None, status=0, clientAgent='manual', down if clientAgent != 'manual': # update download status in our DB update_downloadInfoStatus(inputName, 1) - if not sectionName == 'UserScript': + if not sectionName in ['UserScript', 'NzbDrone']: # cleanup our processing folders of any misc unwanted files and empty directories cleanDir(inputDirectory, sectionName, inputCategory)