fix video reindex exist check

pull/639/head
Simon 5 months ago
parent b84bf78974
commit 4d2fc5423e
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

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