From e78d2393230875ac62c9fadb67c6676081b407c7 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 25 Jul 2020 21:25:23 -0700 Subject: Add support for &t parameter --- youtube/templates/watch.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'youtube/templates') diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 4041144..01ae8cb 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -341,6 +341,11 @@ Reload without invidious (for usage of new identity button). {% endfor %} + {% if time_start != 0 %} + + {% endif %} {% endif %}
-- cgit v1.2.3