fix missing video list in index_channel_playlists

pull/203/head
simon 3 years ago
parent 7c6041d686
commit e67d576d79
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -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):

Loading…
Cancel
Save