Merge branch 'master' into testing

This commit is contained in:
Simon
2023-12-25 11:32:56 +07:00

View File

@@ -292,7 +292,7 @@ class Reindex(ReindexBase):
# read current state
video.get_from_es()
if not video.json_data():
if not video.json_data:
return
es_meta = video.json_data.copy()