mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-08-09 07:06:34 +00:00
Fix music
Fix multiple albums being created due to missing musicbrainzid.
This commit is contained in:
parent
18666ad27d
commit
6329ead9d3
2 changed files with 19 additions and 9 deletions
|
@ -235,7 +235,7 @@ class Music(Items):
|
|||
|
||||
# Process the artist
|
||||
if self.kodi_version < 18:
|
||||
self.kodi_db.update_artist(genres, bio, thumb, fanart, lastScraped, dateadded, artistid)
|
||||
self.kodi_db.update_artist(genres, bio, thumb, fanart, lastScraped, artistid)
|
||||
else:
|
||||
self.kodi_db.update_artist_18(genres, bio, thumb, fanart, lastScraped, artistid)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue