mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-28 17:26:31 +00:00
Music and parentid changes
Verify for artists on albums without musicbrainzid with same name
This commit is contained in:
parent
eb83cfb6a4
commit
dc7cfd54c3
4 changed files with 26 additions and 18 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue