beets/test/rsrc/spotify/missing_request.json
2016-06-14 21:51:27 -04:00

11 lines
No EOL
296 B
JSON

{
"tracks" : {
"href" : "https://api.spotify.com/v1/search?query=duifhjslkef+album%3Alkajsdflakjsd+artist%3A&offset=0&limit=20&type=track",
"items" : [ ],
"limit" : 20,
"next" : null,
"offset" : 0,
"previous" : null,
"total" : 0
}
}