mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix video previews for embeds
This commit is contained in:
parent
2faa2ed1f4
commit
e04b7d0f01
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ player.httpSourceSelector();
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
player.vttThumbnails({
|
player.vttThumbnails({
|
||||||
src: 'api/v1/storyboards/<%= video.id %>?height=90'
|
src: location.origin + '/api/v1/storyboards/<%= video.id %>?height=90'
|
||||||
});
|
});
|
||||||
|
|
||||||
<% if !params.listen && params.annotations %>
|
<% if !params.listen && params.annotations %>
|
||||||
|
|
Loading…
Reference in a new issue