mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 05:13:16 -07:00
how embarassing. fixes #262
This commit is contained in:
parent
19485f4db4
commit
13730ae659
2 changed files with 2 additions and 2 deletions
|
@ -340,7 +340,7 @@ def external_script(outputDestination):
|
|||
|
||||
if fileExtension in user_script_mediaExtensions or "ALL" in user_script_mediaExtensions:
|
||||
num_files = num_files + 1
|
||||
if user_script_runOnce == 1 and num_files > 1: we have already run once, so just continue to get number of files.
|
||||
if user_script_runOnce == 1 and num_files > 1: # we have already run once, so just continue to get number of files.
|
||||
continue
|
||||
command = [user_script]
|
||||
for param in user_script_param:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue