Merge branch 'master' into testing

pull/654/head
Simon 5 months ago
commit 5b26433599

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

Loading…
Cancel
Save