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

Added: videojs-seek-buttons v1.6.0 (#99)

This commit is contained in:
nobody
2020-08-30 22:21:55 +02:00
parent 1f127c3811
commit c48b72824e
6 changed files with 22 additions and 0 deletions

View File

@@ -533,6 +533,8 @@ helpers.setLastVersion = function (type, version) {
return '1.1.1';
} else if (type.includes('/vanilla-lazyload')) {
return '17.1.0';
} else if (type.includes('/videojs-seek-buttons/')) {
return '1.6.0';
} else if (type.includes('/vue/1.')) {
return '1.0.28';
} else if (type.includes('/vue/2.')) {
@@ -571,6 +573,8 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'videojs-seek-buttons.min.css': 'Videojs seek buttons (CSS)',
'videojs-seek-buttons.min.jsm': 'Videojs seek buttons (JS)',
'p2p-media-loader-hlsjs.min.jsm': 'P2P Media Loader Hls.js',
'bootstrap-toggle.min.jsm': 'Bootstrap Toggle (JS)',
'bootstrap2-toggle.min.jsm': 'Bootstrap2 Toggle (JS)',