Skip to content

Commit

Permalink
Fix YT URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshumanPM committed Jul 25, 2024
1 parent 5ecacc2 commit cce24cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
}
</script>
<script>
let videoUrl = "{{ video_url }}";
let videoUrl = "{{ video_url | safe }}";
let videoElement = document.getElementById('player').getElementsByTagName('source');
for (let i = 0; i < videoElement.length; i++) {
videoElement[i].src = videoUrl;
Expand Down

0 comments on commit cce24cd

Please sign in to comment.