make sure we send correct file to CP/SB

This commit is contained in:
clinton-hall 2014-06-27 11:08:46 +09:30
parent 340f845b2a
commit bcb1e7cba0

View file

@ -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