scotty/internal/backends/maloja/testdata/scrobbles.json
Philipp Wolfer 857661ebf9
Restructured code, moved all modules into internal
For now all modules are considered internal. This might change later
2023-11-24 01:24:54 +01:00

47 lines
No EOL
900 B
JSON

{
"status": "ok",
"list": [
{
"time": 1699574369,
"track": {
"artists": [
"Hazeshuttle"
],
"title": "Way to Eden",
"album": {
"artists": [
"Hazeshuttle"
],
"albumtitle": "Hazeshuttle"
},
"length": 567
},
"duration": 558,
"origin": "client:Funkwhale"
},
{
"time": 1699573362,
"track": {
"artists": [
"Hazeshuttle"
],
"title": "Homosativa",
"album": {
"artists": [
"Hazeshuttle"
],
"albumtitle": "Hazeshuttle"
},
"length": 1007
},
"duration": null,
"origin": "client:Funkwhale"
}
],
"pagination": {
"page": 0,
"perpage": 2,
"next_page": "/apis/mlj_1/scrobbles?page=1&perpage=2",
"prev_page": null
}
}