summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFéry Mathieu (Mathius) <ferymathieuy@gmail.com>2022-02-12 17:01:52 +0100
committerFéry Mathieu (Mathius) <ferymathieuy@gmail.com>2022-02-14 17:01:10 +0100
commitc952754c8cdf7d0eb51e827e625b9872cf75fd12 (patch)
tree7eb21ecfd8398fd07826059057d14dd35d036681 /src
parent85ba04b715f35e41585e9ef6bb873aaa2cc45a23 (diff)
downloadinvidious-c952754c8cdf7d0eb51e827e625b9872cf75fd12.tar.gz
invidious-c952754c8cdf7d0eb51e827e625b9872cf75fd12.tar.bz2
invidious-c952754c8cdf7d0eb51e827e625b9872cf75fd12.zip
Add videojs-persist plugin
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/components/player_sources.ecr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/invidious/views/components/player_sources.ecr b/src/invidious/views/components/player_sources.ecr
index 9af3899c..305464c8 100644
--- a/src/invidious/views/components/player_sources.ecr
+++ b/src/invidious/views/components/player_sources.ecr
@@ -11,6 +11,7 @@
<script src="/videojs/videojs-contrib-quality-levels/videojs-contrib-quality-levels.js?v=<%= ASSET_COMMIT %>"></script>
<script src="/videojs/videojs-http-source-selector/videojs-http-source-selector.js?v=<%= ASSET_COMMIT %>"></script>
<script src="/videojs/videojs-markers/videojs-markers.js?v=<%= ASSET_COMMIT %>"></script>
+<script src="/videojs/videojs-persist/videojs-persist.js?v=<%= ASSET_COMMIT %>"></script>
<script src="/videojs/videojs-share/videojs-share.js?v=<%= ASSET_COMMIT %>"></script>
<script src="/videojs/videojs-vtt-thumbnails/videojs-vtt-thumbnails.js?v=<%= ASSET_COMMIT %>"></script>