Files
lrx-cli/tests/fixtures/fetchers/musixmatch_search.json
2026-04-10 10:31:04 +02:00

21 lines
563 B
JSON

{
"message": {
"body": {
"track_list": [
{
"track": {
"commontrack_id": 123,
"track_length": 232,
"has_subtitles": 1,
"has_richsync": 0,
"track_name": "My Love",
"artist_name": "Westlife",
"album_name": "Coast To Coast",
"instrumental": 0
}
}
]
}
}
}