client.py - remove api

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

View file

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