From 0f184a117cb7d1170767468d839a642904dccf0a Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 9 Nov 2016 21:23:47 -0500 Subject: [PATCH] Use Move Mode when call issued from NZBGet --- DirWatch.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DirWatch.py b/DirWatch.py index be0a388..102df5d 100755 --- a/DirWatch.py +++ b/DirWatch.py @@ -349,6 +349,9 @@ def watch(self): def scheduler_main(self, *args, **kwargs): """Scheduler """ + # We always use MOVE mode when the call comes from + # NZBGet + self.set('Mode', DIRWATCH_MODE.MOVE) return self.watch()