mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
set Torrent move-sym option to force SickRage process_method. Fixes #1375
This commit is contained in:
parent
93b4fbf0e1
commit
9004ef5cc1
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ class autoProcessTV(object):
|
|||
delete_failed = int(cfg.get("delete_failed", 0))
|
||||
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"
|
||||
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