From 68752000f0213f801a7c5e8127b77afeba644f7d Mon Sep 17 00:00:00 2001 From: Jesus E Date: Sun, 28 May 2023 21:04:36 -0400 Subject: Update channel to new ctoken format Huge thanks to @michaelweiser Different sortings still don't work for videos and playlists --- youtube/templates/channel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/templates') diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html index 5a567c0..6266aab 100644 --- a/youtube/templates/channel.html +++ b/youtube/templates/channel.html @@ -1,7 +1,7 @@ {% if current_tab == 'search' %} {% set page_title = search_box_value + ' - Page ' + page_number|string %} {% else %} - {% set page_title = channel_name + ' - Channel' %} + {% set page_title = channel_name|string + ' - Channel' %} {% endif %} {% extends "base.html" %} -- cgit v1.2.3