Skip to content

Commit

Permalink
Radarr api-v3 changes (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
clinton-hall authored Jun 8, 2021
1 parent 30a69d6 commit 213f1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/auto_process/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def command_complete(url, params, headers, section):
return None
else:
try:
return r.json()['state']
return r.json()['status']
except (ValueError, KeyError):
# ValueError catches simplejson's JSONDecodeError and json's ValueError
logger.error('{0} did not return expected json data.'.format(section), section)
Expand Down

0 comments on commit 213f1f6

Please sign in to comment.