mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Fixes typo for delete_failed option
This commit is contained in:
parent
f65d60ab7d
commit
52b41aa5de
4 changed files with 6 additions and 11 deletions
|
@ -169,8 +169,7 @@ class autoProcessMovie:
|
|||
|
||||
params['media_folder'] = dirName
|
||||
if remote_path:
|
||||
dirName_new = joinPath(remote_path, os.path.basename(dirName)).replace("\\", "/")
|
||||
params['media_folder'] = dirName_new
|
||||
params['media_folder'] = joinPath(remote_path, os.path.basename(dirName))
|
||||
|
||||
url = "%s%s" % (baseURL, command)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue