12 lines
209 B
Text
12 lines
209 B
Text
|
|
{
|
||
|
|
"name": "Private Playlist",
|
||
|
|
"comment": "A smart playlist that is explicitly private",
|
||
|
|
"public": false,
|
||
|
|
"all": [
|
||
|
|
{"is": {"loved": true}}
|
||
|
|
],
|
||
|
|
"sort": "title",
|
||
|
|
"order": "asc",
|
||
|
|
"limit": 100
|
||
|
|
}
|