Merge pull request #1488 from clinton-hall/release-12.0.0

Fix typo
This commit is contained in:
Labrys of Knossos 2018-12-31 23:23:24 -05:00 committed by GitHub
commit 519b2d1c4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)