mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
spacing.
This commit is contained in:
parent
b515642f62
commit
1f205cf8c1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue