mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix broken request
This commit is contained in:
parent
afacc8b978
commit
a91c9f1765
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ class ConnectionManager(object):
|
|||
|
||||
action = request['type']
|
||||
request.pop('type')
|
||||
request.pop('ssl')
|
||||
|
||||
log.debug("ConnectionManager requesting %s" % request)
|
||||
|
||||
|
|
Loading…
Reference in a new issue