client.py - remove api

This commit is contained in:
TrueTechy 2019-09-04 03:58:31 +01:00
parent bf2b4e8c32
commit b7fa48ea84
12 changed files with 56 additions and 59 deletions

View file

@ -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