music-assistant-server

316 BJSON
with_artist_and_album.json
316 B20 lines • json
1{
2  "id": 500,
3  "title": "Track With Album",
4  "available": true,
5  "duration_ms": 240000,
6  "artists": [
7    {
8      "id": 10,
9      "name": "Track Artist"
10    }
11  ],
12  "albums": [
13    {
14      "id": 20,
15      "title": "Track Album",
16      "cover_uri": "avatars.yandex.net/get-music-content/aaa/bbb/%%"
17    }
18  ]
19}
20