fix missing video list in index_channel_playlists

This commit is contained in:
simon 2022-03-21 10:47:15 +07:00
parent 7c6041d686
commit e67d576d79
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ def index_channel_playlists(channel_id):
handler = PendingList()
handler.get_indexed()
handler.get_download()
all_youtube_ids = [i["youtube_id"] for i in handler.all_videos]
for idx, (playlist_id, playlist_title) in enumerate(all_playlists):