mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-13 19:56:14 +00:00
Renamed function for better clarity
This commit is contained in:
parent
e5cde15ad2
commit
298c8b6f25
2 changed files with 3 additions and 3 deletions
|
@ -422,7 +422,7 @@ class API(object):
|
|||
return response.json()
|
||||
else:
|
||||
LOG.error("Failed to login to server with status code: "+str(response.status_code))
|
||||
LOG.error(response.text)
|
||||
LOG.error("Server Response:\n"+str(response.content))
|
||||
LOG.debug(headers)
|
||||
|
||||
return {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue