Update channel to new ctoken format

Huge thanks to @michaelweiser

Different sortings still don't work for videos and playlists
This commit is contained in:
Jesus E
2023-05-28 21:04:36 -04:00
parent 7b60751e99
commit 68752000f0
4 changed files with 70 additions and 17 deletions

View File

@@ -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" %}