Merge pull request #64 from TrueTechy/cleanup-shortcuts

Remove __shortcuts__ in http.py and some in client.py  #27
This commit is contained in:
mcarlton00 2019-09-08 09:19:12 -04:00 committed by GitHub
commit 138451d516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 58 additions and 74 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':