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
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

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