14 lines
241 B
Text
14 lines
241 B
Text
|
|
/*
|
||
|
|
Top Level Comment
|
||
|
|
*/
|
||
|
|
{
|
||
|
|
"name": "Recently Played",
|
||
|
|
"comment": "Recently played tracks",
|
||
|
|
"all": [
|
||
|
|
// This is a inline comment
|
||
|
|
{"inTheLast": {"lastPlayed": 30}}
|
||
|
|
],
|
||
|
|
"sort": "lastPlayed",
|
||
|
|
"order": "desc",
|
||
|
|
"limit": 100
|
||
|
|
}
|