mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
fix playlist reindex after PendingList refactor
This commit is contained in:
parent
fcadb5ead8
commit
f15bb50cfe
@ -221,6 +221,7 @@ class Reindex:
|
|||||||
print(f"reindexing {len(self.all_playlist_ids)} playlists")
|
print(f"reindexing {len(self.all_playlist_ids)} playlists")
|
||||||
if self.all_playlist_ids:
|
if self.all_playlist_ids:
|
||||||
handler = PendingList()
|
handler = PendingList()
|
||||||
|
handler.get_download()
|
||||||
handler.get_indexed()
|
handler.get_indexed()
|
||||||
all_indexed_ids = [i["youtube_id"] for i in handler.all_videos]
|
all_indexed_ids = [i["youtube_id"] for i in handler.all_videos]
|
||||||
for playlist_id in self.all_playlist_ids:
|
for playlist_id in self.all_playlist_ids:
|
||||||
|
Loading…
Reference in New Issue
Block a user