mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:59:24 +00:00
fix video reindex exist check
This commit is contained in:
@@ -292,7 +292,7 @@ class Reindex(ReindexBase):
|
|||||||
|
|
||||||
# read current state
|
# read current state
|
||||||
video.get_from_es()
|
video.get_from_es()
|
||||||
if not video.json_data():
|
if not video.json_data:
|
||||||
return
|
return
|
||||||
|
|
||||||
es_meta = video.json_data.copy()
|
es_meta = video.json_data.copy()
|
||||||
|
|||||||
Reference in New Issue
Block a user