We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febd785 commit 4f4b19aCopy full SHA for 4f4b19a
src/invidious/views/embed.ecr
@@ -7,7 +7,7 @@
7
<meta name="thumbnail" content="<%= thumbnail %>">
8
<%= rendered "components/player_sources" %>
9
<link rel="stylesheet" href="/videojs/videojs-overlay/videojs-overlay.css?v=<%= ASSET_COMMIT %>">
10
- <script src="videojs/videojs-overlay/videojs-overlay.js?v=<%= ASSET_COMMIT %>"></script>
+ <script src="/videojs/videojs-overlay/videojs-overlay.js?v=<%= ASSET_COMMIT %>"></script>
11
<link rel="stylesheet" href="/css/default.css?v=<%= ASSET_COMMIT %>">
12
<link rel="stylesheet" href="/css/embed.css?v=<%= ASSET_COMMIT %>">
13
<title><%= HTML.escape(video.title) %> - Invidious</title>
0 commit comments