diff --git a/src/invidious/views/embed.ecr b/src/invidious/views/embed.ecr index f36132476..b23917dbf 100644 --- a/src/invidious/views/embed.ecr +++ b/src/invidious/views/embed.ecr @@ -84,7 +84,9 @@ var shareOptions = { url: "<%= host_url %>/<%= video.id %>?<%= host_params %>", title: "<%= video.title %>", description: "<%= description %>", - image: '<%= thumbnail %>' + image: '<%= thumbnail %>', + embedCode: `` }; var player = videojs('player', options, function() { diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index 6cbcb19fc..545c952d9 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -3,23 +3,23 @@ "> - + - - + + - + - + @@ -94,7 +94,9 @@ var shareOptions = { url: "<%= host_url %>/<%= video.id %>?<%= host_params %>", title: "<%= video.title %>", description: "<%= description %>", - image: '<%= thumbnail %>' + image: '<%= thumbnail %>', + embedCode: `` }; var player = videojs('player', options, function() {