aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/watch.html
diff options
context:
space:
mode:
authorzrose584 <57181548+zrose584@users.noreply.github.com>2022-01-09 16:13:00 +0100
committerJesús <heckyel@hyperbola.info>2022-01-09 16:39:50 -0500
commit63c92e0c4ef4652e67fb7a3eca427f26f782e2e2 (patch)
tree135b016088dd387428c6439660b0a1e96f28b5dd /youtube/templates/watch.html
parent693b4ac98b74d2eaf8157f66d50921fdc9902353 (diff)
downloadyt-local-63c92e0c4ef4652e67fb7a3eca427f26f782e2e2.tar.lz
yt-local-63c92e0c4ef4652e67fb7a3eca427f26f782e2e2.tar.xz
yt-local-63c92e0c4ef4652e67fb7a3eca427f26f782e2e2.zip
add preview thumbnails
Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r--youtube/templates/watch.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index 7c8f5cf..b4f9adf 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -239,6 +239,7 @@
<script src="/youtube.com/static/js/av-merge.js"></script>
<script src="/youtube.com/static/js/watch.js"></script>
+ <script> let storyboard_url = {{ storyboard_url | tojson }} </script>
<script src="/youtube.com/static/js/common.js"></script>
<script src="/youtube.com/static/js/transcript-table.js"></script>
{% if settings.use_video_player == 2 %}