mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
use output destination fro DN if runOnce. #262
This commit is contained in:
parent
7e94c46ae7
commit
d6ba16355b
1 changed files with 4 additions and 1 deletions
|
@ -363,7 +363,10 @@ def external_script(outputDestination):
|
||||||
command.append(filePath)
|
command.append(filePath)
|
||||||
continue
|
continue
|
||||||
elif param == "DN":
|
elif param == "DN":
|
||||||
command.append(dirpath)
|
if user_script_runOnce == 1:
|
||||||
|
command.append(outputDestination)
|
||||||
|
else:
|
||||||
|
command.append(dirpath)
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
command.append(param)
|
command.append(param)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue