mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
{
|
|
"name": "Public Playlist",
|
|
"comment": "A smart playlist that is public",
|
|
"public": true,
|
|
"all": [
|
|
{"inTheLast": {"lastPlayed": 30}}
|
|
],
|
|
"sort": "lastPlayed",
|
|
"order": "desc",
|
|
"limit": 50
|
|
}
|