mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-04 19:30:13 +00:00
fix missing video list in index_channel_playlists
This commit is contained in:
parent
7c6041d686
commit
e67d576d79
@ -277,6 +277,7 @@ def index_channel_playlists(channel_id):
|
|||||||
|
|
||||||
handler = PendingList()
|
handler = PendingList()
|
||||||
handler.get_indexed()
|
handler.get_indexed()
|
||||||
|
handler.get_download()
|
||||||
all_youtube_ids = [i["youtube_id"] for i in handler.all_videos]
|
all_youtube_ids = [i["youtube_id"] for i in handler.all_videos]
|
||||||
|
|
||||||
for idx, (playlist_id, playlist_title) in enumerate(all_playlists):
|
for idx, (playlist_id, playlist_title) in enumerate(all_playlists):
|
||||||
|
Loading…
Reference in New Issue
Block a user