diff --git a/tubearchivist/home/src/es/index_mapping.json b/tubearchivist/home/src/es/index_mapping.json index 9a0ee47..3abf2c1 100644 --- a/tubearchivist/home/src/es/index_mapping.json +++ b/tubearchivist/home/src/es/index_mapping.json @@ -218,6 +218,19 @@ "index": false } } + }, + "sponsorblock": { + "properties": { + "last_refresh": { + "type": "date" + }, + "has_unlocked": { + "type": "boolean" + }, + "is_enabled": { + "type": "boolean" + } + } } }, "expected_set": {