add missing sponsorblock description field

This commit is contained in:
Simon 2025-08-11 16:41:09 +07:00
parent 8161ee6c74
commit 7c28175e9b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 9 additions and 0 deletions

View File

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