diff --git a/tubearchivist/home/tasks.py b/tubearchivist/home/tasks.py index 51a5e6b..67fd205 100644 --- a/tubearchivist/home/tasks.py +++ b/tubearchivist/home/tasks.py @@ -212,6 +212,8 @@ def index_channel_playlists(channel_id): playlist_handler = YoutubePlaylist(playlist_id) playlist_handler.get_playlist_dict() playlist_handler.upload_to_es() + playlist_handler.add_vids_to_playlist() + playlist_handler.playlist_position() if all_playlists: handler = ThumbManager()