mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
only pass watch_dir when manual or remote system. fixes #255
This commit is contained in:
parent
74b5cb31d0
commit
e86a3caae0
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ def processEpisode(dirName, nzbName=None, failed=False, clientAgent=None, inputC
|
|||
status = int(1)
|
||||
failed = True
|
||||
|
||||
if watch_dir != "":
|
||||
if watch_dir != "" and (not host in ['localhost', '127.0.0.1'] or nzbName == "Manual Run"):
|
||||
dirName = watch_dir
|
||||
|
||||
params = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue