Update hls library

This commit is contained in:
Jan-Lukas Else 2023-12-20 14:20:21 +01:00
parent 12657e580d
commit 1bca07e0ce
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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)
})()