Skip to content

Commit 4f4b19a

Browse files
committed
embed page: fix typo in videojs-overlay script URL
1 parent febd785 commit 4f4b19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/invidious/views/embed.ecr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="thumbnail" content="<%= thumbnail %>">
88
<%= rendered "components/player_sources" %>
99
<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>
10+
<script src="/videojs/videojs-overlay/videojs-overlay.js?v=<%= ASSET_COMMIT %>"></script>
1111
<link rel="stylesheet" href="/css/default.css?v=<%= ASSET_COMMIT %>">
1212
<link rel="stylesheet" href="/css/embed.css?v=<%= ASSET_COMMIT %>">
1313
<title><%= HTML.escape(video.title) %> - Invidious</title>

0 commit comments

Comments
 (0)