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,6 +363,9 @@ def external_script(outputDestination):
|
|||
command.append(filePath)
|
||||
continue
|
||||
elif param == "DN":
|
||||
if user_script_runOnce == 1:
|
||||
command.append(outputDestination)
|
||||
else:
|
||||
command.append(dirpath)
|
||||
continue
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue