Merge branch 'master' into testing

This commit is contained in:
Simon 2023-12-25 11:32:56 +07:00
commit 5b26433599
1 changed files with 1 additions and 1 deletions

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()