Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Aug 13, 2024
1 parent 5f973e3 commit 1d49e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/server/controllers/media/artists.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ async def _match_provider(self, db_artist: Artist, provider: MusicProvider) -> b
prov_artist = await self.get_provider_item(
search_result_item.artists[0].item_id,
search_result_item.artists[0].provider,
fallback=search_result_item,
fallback=search_result_item.artists[0],
)
await self._update_library_item(db_artist.item_id, prov_artist)
return True
Expand Down

0 comments on commit 1d49e40

Please sign in to comment.