This commit is contained in:
jmeacoe 2019-05-29 17:46:44 -04:00
parent b515642f62
commit 1f205cf8c1

View file

@ -174,7 +174,7 @@ class Music(Kodi):
return return
if curr_artists != artists: if curr_artists != artists:
self.update_album_artist(artists, album_id) self.update_album_artist(artists, album_id)
def update_album_artist(self, *args): def update_album_artist(self, *args):
if self.version_id < 72: if self.version_id < 72: