1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Updated: hls.js v1.0.2 -> v1.0.5 (#483)

This commit is contained in:
nobody
2021-06-03 07:13:39 +02:00
parent a7af33a7b7
commit 83a045587f
6 changed files with 11 additions and 5 deletions

View File

@@ -662,6 +662,11 @@ function create_url() {
url="$CLOUDFLARE/$url"
elif [ "$folder" = "vanilla-lazyload" ]; then
url="$JSDELIVR/npm/$folder@$version/dist/lazyload.min.js"
# --------------------------------------------------------------------------
# TODO: REMOVE WHEN CDNJS.COM AUTO UPDATE BOT IS FULLY FUNCTIONAL AGAIN
elif [ "$folder" = "hls.js" ]; then
url="$JSDELIVR/npm/$folder@$version/dist/$jfile"
# --------------------------------------------------------------------------
else
if [ "$subfile" = "$jfile" ]; then
url="$CLOUDFLARE/$folder/$version/$subfile"