mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
updated notifiarr key
This commit is contained in:
parent
f93ed6a1b9
commit
eb3740b739
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class NotifiarrBase:
|
|||
logger.debug(json)
|
||||
logger.debug("")
|
||||
logger.debug(response_json)
|
||||
if response.status_code >= 400 or ("response" in response_json and response_json["response"] == "error"):
|
||||
if response.status_code >= 400 or ("result" in response_json and response_json["result"] == "error"):
|
||||
raise Failed(f"({response.status_code} [{response.reason}]) {response_json}")
|
||||
return response_json
|
||||
|
||||
|
|
Loading…
Reference in a new issue