mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix Sonos issue (#39790)
This commit is contained in:
parent
fa1a53cdeb
commit
973524a4e6
@ -1565,6 +1565,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