mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix Sonos issue (#39790)
This commit is contained in:
parent
f41d283354
commit
02600bf190
@ -1595,6 +1595,7 @@ def get_media(media_library, item_id, search_type):
|
||||
search_type,
|
||||
"/".join(item_id.split("/")[:-1]),
|
||||
full_album_art_uri=True,
|
||||
max_items=0,
|
||||
):
|
||||
if item.item_id == item_id:
|
||||
return item
|
||||
|
Loading…
x
Reference in New Issue
Block a user