mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +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,
|
search_type,
|
||||||
"/".join(item_id.split("/")[:-1]),
|
"/".join(item_id.split("/")[:-1]),
|
||||||
full_album_art_uri=True,
|
full_album_art_uri=True,
|
||||||
|
max_items=0,
|
||||||
):
|
):
|
||||||
if item.item_id == item_id:
|
if item.item_id == item_id:
|
||||||
return item
|
return item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user