only pass id to CP if release id found. Fixes #1341

This commit is contained in:
clinton-hall 2018-08-28 22:05:21 +12:00
parent 1ade89dbde
commit a24d37aca7

View file

@ -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