mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
14 lines
No EOL
241 B
Text
14 lines
No EOL
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
|
|
} |