mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 21:21:12 -07:00
make sure we send correct file to CP/SB
This commit is contained in:
parent
340f845b2a
commit
bcb1e7cba0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue