From bcb1e7cba011f4394c580be0093eb64690a393bb Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 27 Jun 2014 11:08:46 +0930 Subject: [PATCH] make sure we send correct file to CP/SB --- nzbtomedia/transcoder/transcoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzbtomedia/transcoder/transcoder.py b/nzbtomedia/transcoder/transcoder.py index b3f3ce72..088b9151 100644 --- a/nzbtomedia/transcoder/transcoder.py +++ b/nzbtomedia/transcoder/transcoder.py @@ -406,6 +406,6 @@ def Transcode_directory(dirName): if not os.path.isfile(newpath): os.rename(sub, newpath) - if not nzbtomedia.PROCESSOUTPUT and not nzbtomedia.DUPLICATE: # We postprocess the original files to CP/SB + if not nzbtomedia.PROCESSOUTPUT and nzbtomedia.DUPLICATE: # We postprocess the original files to CP/SB newDir = dirName return final_result, newDir \ No newline at end of file