mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Fix typo
This commit is contained in:
parent
7ac4d8d762
commit
c3e2cf35a4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue