mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-20 21:38:58 +00:00
client.py - remove api
This commit is contained in:
parent
bf2b4e8c32
commit
b7fa48ea84
12 changed files with 56 additions and 59 deletions
|
@ -136,7 +136,7 @@ def library_check():
|
|||
view = None
|
||||
|
||||
if view is None:
|
||||
ancestors = self.server['api'].get_ancestors(item['Id'])
|
||||
ancestors = self.server.jellyfin.get_ancestors(item['Id'])
|
||||
|
||||
if not ancestors:
|
||||
if item['Type'] == 'MusicArtist':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue