mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Make Spotify library payload use "BrowseMedia" (#39744)
This commit is contained in:
@@ -598,7 +598,7 @@ def library_payload():
|
||||
{"name": item["name"], "type": item["type"], "uri": item["type"]}
|
||||
)
|
||||
)
|
||||
return library_info
|
||||
return BrowseMedia(**library_info)
|
||||
|
||||
|
||||
def fetch_image_url(item, key="images"):
|
||||
|
Reference in New Issue
Block a user