fix manual import restoring artwork after archiving file

This commit is contained in:
Simon 2026-02-06 09:55:11 +07:00
parent a01c0b9458
commit 61efc2dcac
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -103,11 +103,11 @@ class IndexFromEmbed:
channel_data_clean = self.index_channel(json_embed)
video = self.index_video(json_embed, channel_data_clean)
self.archive_video(video)
self.index_subtitles(json_embed, video)
self.index_comments(json_embed)
self.restore_artwork(video)
self.index_playlists(json_embed, video)
self.archive_video(video)
return video.json_data