mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -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)]
|
return [0, "{0}: Successfully post-processed {1}".format(section, inputName)]
|
||||||
|
|
||||||
params = {}
|
params = {}
|
||||||
if download_id:
|
if download_id and release_id:
|
||||||
params['downloader'] = downloader or clientAgent
|
params['downloader'] = downloader or clientAgent
|
||||||
params['download_id'] = download_id
|
params['download_id'] = download_id
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue