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

10 lines
171 B
JSON

{
"lyrics": {
"syncType": "LINE_SYNCED",
"lines": [
{"startTimeMs": "1000", "words": "hello"},
{"startTimeMs": "2500", "words": "world"}
]
}
}