Fix Sonos issue (#39790)

This commit is contained in:
cgtobi 2020-09-08 14:13:48 +02:00 committed by Paulus Schoutsen
parent f41d283354
commit 02600bf190

View File

@ -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