add missing sponsorblock description field

This commit is contained in:
Simon
2025-08-11 16:41:09 +07:00
parent 8161ee6c74
commit 7c28175e9b

View File

@@ -368,6 +368,15 @@
"category": { "category": {
"type": "keyword" "type": "keyword"
}, },
"description": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"locked": { "locked": {
"type": "short" "type": "short"
}, },