fix sync_to_videos in channel reindex

This commit is contained in:
Simon
2024-05-20 13:34:45 +02:00
parent d6f679784e
commit 758038f93d

View File

@@ -375,6 +375,7 @@ class Reindex(ReindexBase):
channel.json_data["channel_overwrites"] = overwrites
channel.upload_to_es()
channel.sync_to_videos()
ChannelFullScan(channel_id).scan()
self.processed["channels"] += 1