Skip to content

Commit

Permalink
Update hls library
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelse committed Dec 20, 2023
1 parent 12657e5 commit 1bca07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hlsjs/hls.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/assets/js/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// JS
let script = document.createElement('script')
script.src = '/-/hlsjs/hls.js?v=1.2.4'
script.src = '/-/hlsjs/hls.js?v=1.4.14'
script.onload = loadVideo
document.head.appendChild(script)
})()

0 comments on commit 1bca07e

Please sign in to comment.