Music and parentid changes

Verify for artists on albums without musicbrainzid with same name
This commit is contained in:
angelblue05 2018-09-13 02:08:30 -05:00
commit dc7cfd54c3
4 changed files with 26 additions and 18 deletions

View file

@ -167,9 +167,6 @@ class Music(KodiDb):
def album_add(self, obj):
''' Add object to kodi.
safety checks: It looks like Emby supports the same artist multiple times.
Kodi doesn't allow that. In case that happens we just merge the artist entries.
'''
obj['AlbumId'] = self.get_album(*values(obj, QU.get_album_obj))
self.emby_db.add_reference(*values(obj, QUEM.add_reference_album_obj))