From e8cbc5074a7f25b3c513c9ce7f3a4a9797330d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 21 Feb 2022 15:52:27 -0500 Subject: [embed]: Fix undefined storyboard_url and add license --- youtube/templates/embed.html | 7 ++++++- youtube/templates/watch.html | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'youtube') diff --git a/youtube/templates/embed.html b/youtube/templates/embed.html index 97bcf9f..4e642a8 100644 --- a/youtube/templates/embed.html +++ b/youtube/templates/embed.html @@ -1,5 +1,5 @@ - + @@ -55,6 +55,11 @@ // @license-end {% endif %} + {% if settings.use_video_player == 2 %} - + {% if settings.use_video_player == 2 %} -- cgit v1.2.3