add missing sponsorblock description field
This commit is contained in:
parent
8161ee6c74
commit
7c28175e9b
|
|
@ -368,6 +368,15 @@
|
|||
"category": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"description": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"keyword": {
|
||||
"type": "keyword",
|
||||
"ignore_above": 256
|
||||
}
|
||||
}
|
||||
},
|
||||
"locked": {
|
||||
"type": "short"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue