set Torrent move-sym option to force SickRage process_method. Fixes #1375

This commit is contained in:
clinton-hall 2018-09-27 22:37:11 +12:00
commit 9004ef5cc1

View file

@ -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))