From 85860087b609837acf6a52b0d5549a47434fd9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 5 Oct 2022 10:30:17 +0800 Subject: Fix missing id into input tag --- youtube/templates/watch.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'youtube') diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 63981b1..4030a18 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -167,7 +167,7 @@

{{ playlist['title'] }}

{% elif settings.related_videos_mode != 0 %} - + {% endif %} {% if subtitle_sources %} -- cgit v1.2.3