diff --git a/tubearchivist/home/src/es/index_mapping.json b/tubearchivist/home/src/es/index_mapping.json index d6dda4b..7d486c7 100644 --- a/tubearchivist/home/src/es/index_mapping.json +++ b/tubearchivist/home/src/es/index_mapping.json @@ -252,6 +252,24 @@ } } }, + "player": { + "properties": { + "duration": { + "type": "long" + }, + "duration_str": { + "type": "keyword", + "index": false + }, + "watched": { + "type": "boolean" + }, + "watched_date": { + "type": "date", + "format": "epoch_second" + } + } + }, "subtitles": { "properties": { "ext": {