navidrome/tests/fixtures/playlists/recently_played.nsp
2024-04-20 13:16:50 -04:00

14 lines
No EOL
242 B
Text

/*
Top Level Comment
*/
{
"name": "Recently Played",
"comment": "Recently played tracks",
"all": [
// This is an inline comment
{"inTheLast": {"lastPlayed": 30}}
],
"sort": "lastPlayed",
"order": "desc",
"limit": 100
}