update mix api endpoint payload shape

This commit is contained in:
cwilvx
2024-12-08 16:20:58 +03:00
parent 37374d6c82
commit 8ff283cbcb
4 changed files with 21 additions and 2 deletions
+2 -1
View File
@@ -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,
}