fix reindex index_name lookup

This commit is contained in:
Simon 2026-03-01 14:10:48 +07:00
parent 489ac3243a
commit cad136ce03
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class Reindex(ReindexBase):
self._notify(name, total, idx)
index_name = index_config["index_name"]
if index_name == "ta_vide":
if index_name == "ta_video":
video = self.reindex_single_video(youtube_id)
if video:
self._reindex_video_related(video)