mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
update mix api endpoint payload shape
This commit is contained in:
@@ -79,7 +79,8 @@ class MixesPlugin(Plugin):
|
||||
"""
|
||||
queries = [
|
||||
{
|
||||
"query": f"{track.title} - {','.join(a['name'] for a in track.artists)}",
|
||||
"title": track.title,
|
||||
"artists": [a["name"] for a in track.artists],
|
||||
"album": track.og_album,
|
||||
"with_help": with_help,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user