mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Fixed bug that was caused by manual run of torrentToMedia
This commit is contained in:
parent
6c3096851b
commit
e206829834
2 changed files with 3 additions and 2 deletions
|
@ -268,7 +268,7 @@ class autoProcessMovie:
|
|||
delete(dirName)
|
||||
return 0 # success
|
||||
|
||||
if not release_id:
|
||||
if not download_id or not release_id:
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue