complete playlist mapping

This commit is contained in:
Simon 2025-07-10 15:26:15 +07:00
parent b91408ada2
commit 59e9ee7eed
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

@ -461,6 +461,15 @@
"playlist_description": { "playlist_description": {
"type": "text" "type": "text"
}, },
"playlist_subscribed": {
"type": "boolean"
},
"playlist_type": {
"type": "keyword"
},
"playlist_active": {
"type": "boolean"
},
"playlist_name": { "playlist_name": {
"type": "text", "type": "text",
"analyzer": "english", "analyzer": "english",