fix typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 18 May 2022 22:56:53 +0000 (00:56 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 18 May 2022 22:56:53 +0000 (00:56 +0200)
music_assistant/controllers/music/artists.py

index 5d61b2805240412fa2cff047379f38d663c06295..169cf63ea3a48b366d1d69da7af402c79dec0cb8 100644 (file)
@@ -213,7 +213,7 @@ class ArtistsController(MediaControllerBase[Artist]):
                     continue
                 # get matching artist from track
                 for search_item_artist in search_result_item.artists:
-                    if not compare_artist(db_artist, search_result_item.artist):
+                    if not compare_artist(db_artist, search_item_artist):
                         continue
                     # 100% album match
                     # get full artist details so we have all metadata