mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-12 21:26:10 +00:00
Fix manual sync for music
This commit is contained in:
parent
db7de1e333
commit
ef376a83be
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class Music(Items):
|
||||||
|
|
||||||
artists = dict(self.emby_db.get_checksum('MusicArtist'))
|
artists = dict(self.emby_db.get_checksum('MusicArtist'))
|
||||||
album_artists = dict(self.emby_db.get_checksum('AlbumArtist'))
|
album_artists = dict(self.emby_db.get_checksum('AlbumArtist'))
|
||||||
emby_artists = (items['Items'] for items in mb.get_artists())
|
emby_artists = self.emby.getArtists(dialog=self.pdialog)
|
||||||
|
|
||||||
for item in emby_artists['Items']:
|
for item in emby_artists['Items']:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue