From b5d42e2f3c99f146f3fe4efd0a9062b255ef6d9c Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 29 Mar 2020 15:00:53 -0700 Subject: Fix regression: local playlist form not shown on channel videos page --- youtube/channel.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube/channel.py') diff --git a/youtube/channel.py b/youtube/channel.py index c897a87..394ce1b 100644 --- a/youtube/channel.py +++ b/youtube/channel.py @@ -210,6 +210,7 @@ def get_channel_page_general_url(base_url, tab, request, channel_id=None): if tab == 'videos': info['number_of_videos'] = number_of_videos info['number_of_pages'] = math.ceil(number_of_videos/30) + info['header_playlist_names'] = local_playlist.get_playlist_names() if tab in ('videos', 'playlists'): info['current_sort'] = sort elif tab == 'search': -- cgit v1.2.3