mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-18 22:26:14 +00:00
Fix profile auth
One device id per user.
This commit is contained in:
parent
2deb31b294
commit
60db191efa
5 changed files with 15 additions and 5 deletions
|
@ -46,6 +46,7 @@ class HTTP(object):
|
|||
return
|
||||
|
||||
try:
|
||||
LOG.warn("Closing session %s", id(self.session))
|
||||
self.session.close()
|
||||
except Exception as error:
|
||||
LOG.warn("The requests session could not be terminated: %s", error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue