mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-14 19:13:17 +00:00
Remove http shortcut from client.py __getitem__
This commit is contained in:
parent
97fe6a6944
commit
bf2b4e8c32
2 changed files with 1 additions and 6 deletions
|
|
@ -88,9 +88,6 @@ class JellyfinClient(object):
|
|||
if key.startswith('config'):
|
||||
return self.config[key.replace('config/', "", 1)] if "/" in key else self.config
|
||||
|
||||
elif key.startswith('http'):
|
||||
return self.http.request
|
||||
|
||||
elif key.startswith('websocket'):
|
||||
return self.wsc.__shortcuts__(key.replace('websocket/', "", 1))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue