mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-04 23:36:12 +00:00
client.py - remove api
This commit is contained in:
parent
bf2b4e8c32
commit
b7fa48ea84
12 changed files with 56 additions and 59 deletions
|
@ -97,9 +97,6 @@ class JellyfinClient(object):
|
|||
elif key.startswith('auth'):
|
||||
return self.auth.__shortcuts__(key.replace('auth/', "", 1))
|
||||
|
||||
elif key.startswith('api'):
|
||||
return self.jellyfin
|
||||
|
||||
elif key == 'connected':
|
||||
return self.logged_in
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue