mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-14 17:22:53 -07:00
fix symlink call to SickChill. Fixes #1375
This commit is contained in:
parent
7dd9ba308c
commit
713e237893
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class autoProcessTV(object):
|
|||
nzbExtractionBy = cfg.get("nzbExtractionBy", "Downloader")
|
||||
process_method = cfg.get("process_method")
|
||||
if clientAgent == core.TORRENT_CLIENTAGENT and core.USELINK == "move-sym":
|
||||
process_method = "Symbolic Link Reversed"
|
||||
process_method = "symlink"
|
||||
remote_path = int(cfg.get("remote_path", 0))
|
||||
wait_for = int(cfg.get("wait_for", 2))
|
||||
force = int(cfg.get("force", 0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue