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

Added: hls.js v1.0.0 (#344)

This commit is contained in:
nobody
2021-04-02 07:20:06 +02:00
parent 0653568bfd
commit 2122ba5562
4 changed files with 7 additions and 1 deletions

View File

@@ -283,7 +283,9 @@ targets.setLastVersion = function (type, version) {
return '4.10.1';
} else if (type.startsWith('/history/5.')) {
return '5.0.0';
} else if (type.startsWith('/hls.js/')) {
} else if (type.startsWith('/hls.js/1.')) {
return '1.0.0';
} else if (type.startsWith('/hls.js/0.')) {
return '0.14.17';
} else if (type.startsWith('/hogan.js/')) {
return '3.0.2';