Make Spotify library payload use "BrowseMedia" (#39744)
This commit is contained in:
parent
5e83feeabf
commit
84992da24a
1 changed files with 1 additions and 1 deletions
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue