From f15bb50cfe09d639abedb08cb58e7f32296faca4 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 26 Mar 2022 18:31:00 +0700 Subject: [PATCH] fix playlist reindex after PendingList refactor --- tubearchivist/home/src/index/reindex.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tubearchivist/home/src/index/reindex.py b/tubearchivist/home/src/index/reindex.py index 1494e5a..b254c7f 100644 --- a/tubearchivist/home/src/index/reindex.py +++ b/tubearchivist/home/src/index/reindex.py @@ -221,6 +221,7 @@ class Reindex: print(f"reindexing {len(self.all_playlist_ids)} playlists") if self.all_playlist_ids: handler = PendingList() + handler.get_download() handler.get_indexed() all_indexed_ids = [i["youtube_id"] for i in handler.all_videos] for playlist_id in self.all_playlist_ids: