mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-03 14:56:13 +00:00
Merge pull request #64 from TrueTechy/cleanup-shortcuts
Remove __shortcuts__ in http.py and some in client.py #27
This commit is contained in:
commit
138451d516
14 changed files with 58 additions and 74 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