mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Added NzbDrone support to NzbGet migration code
This commit is contained in:
parent
939cc3235b
commit
5af112ecf0
2 changed files with 28 additions and 14 deletions
|
@ -308,7 +308,7 @@ class autoProcessMovie:
|
|||
if clientAgent in ['utorrent', 'transmission', 'deluge'] :
|
||||
return 1 # just to be sure TorrentToMedia doesn't start deleting files as we havent verified changed status.
|
||||
else:
|
||||
return 0
|
||||
return 0 # success
|
||||
|
||||
# we will now check to see if CPS has finished renaming before returning to TorrentToMedia and unpausing.
|
||||
socket.setdefaulttimeout(int(config.NZBTOMEDIA_TIMEOUT)) #initialize socket timeout.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue