mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-31 03:50:06 -07:00
only pass id to CP if release id found. Fixes #1341
This commit is contained in:
parent
1ade89dbde
commit
a24d37aca7
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ class autoProcessMovie(object):
|
|||
return [0, "{0}: Successfully post-processed {1}".format(section, inputName)]
|
||||
|
||||
params = {}
|
||||
if download_id:
|
||||
if download_id and release_id:
|
||||
params['downloader'] = downloader or clientAgent
|
||||
params['download_id'] = download_id
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue