mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:49:31 +00:00
fix video reindex exist check
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user