aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/subscriptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/subscriptions.py')
-rw-r--r--youtube/subscriptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/subscriptions.py b/youtube/subscriptions.py
index 5a957ac..64a72f4 100644
--- a/youtube/subscriptions.py
+++ b/youtube/subscriptions.py
@@ -535,6 +535,7 @@ def get_subscriptions_page():
num_pages = math.ceil(number_of_videos_in_db/60),
parameters_dictionary = request.args,
tags = tags,
+ current_tag = tag,
subscription_list = subscription_list,
)