mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
{
|
|
"name": "Private Playlist",
|
|
"comment": "A smart playlist that is explicitly private",
|
|
"public": false,
|
|
"all": [
|
|
{"is": {"loved": true}}
|
|
],
|
|
"sort": "title",
|
|
"order": "asc",
|
|
"limit": 100
|
|
}
|