Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jun 14, 2024
1 parent a70d0d7 commit bff8e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/mass/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ async def _get_item_by_name(
# prefer (exact) lookup in the library by name
for func in library_functions:
result = await func(search=searchname)
for item in result.items:
for item in result:
# handle optional artist filter
if (
artist
Expand Down

0 comments on commit bff8e99

Please sign in to comment.