From: Marcel van der Veldt Date: Wed, 6 Jul 2022 14:42:54 +0000 (+0200) Subject: Update artists.py X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=09d0cf9238ffaf7a06f3913dac890f578ae9578d;p=music-assistant-server.git Update artists.py --- diff --git a/music_assistant/controllers/music/artists.py b/music_assistant/controllers/music/artists.py index 59a65e7b..be390e02 100644 --- a/music_assistant/controllers/music/artists.py +++ b/music_assistant/controllers/music/artists.py @@ -183,7 +183,7 @@ class ArtistsController(MediaControllerBase[Artist]): match = {"musicbrainz_id": item.musicbrainz_id} cur_item = await self.mass.database.get_row(self.db_table, match) if not cur_item: - # fallback to matching + # fallback to exact name match # NOTE: we match an artist by name which could theoretically lead to collisions # but the chance is so small it is not worth the additional overhead of grabbing # the musicbrainz id upfront