This commit is contained in:
Labrys of Knossos 2018-12-31 23:20:48 -05:00
commit c3e2cf35a4

View file

@ -144,7 +144,7 @@ def process(input_directory, input_name=None, status=0, client_agent='manual', d
plex_update(input_category)
if result.staus_code == 0:
if result.status_code == 0:
if client_agent != 'manual':
# update download status in our DB
update_download_info_status(input_name, 1)