diff --git a/custom_components/mass/media_player.py b/custom_components/mass/media_player.py index 6d5419ae..5e51ca90 100644 --- a/custom_components/mass/media_player.py +++ b/custom_components/mass/media_player.py @@ -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