Skip to content

Commit

Permalink
Use Move Mode when call issued from NZBGet
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Nov 10, 2016
1 parent 29896ca commit 0f184a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DirWatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 0f184a1

Please sign in to comment.