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

videojs-seek-buttons v4.0.1 (#1218)

This commit is contained in:
nobody
2022-11-24 06:14:28 +01:00
parent 073dd31ad1
commit 680e405177
5 changed files with 8 additions and 0 deletions

View File

@@ -464,6 +464,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/videojs-seek-buttons/1.')) return '1.6.0';
if (type.startsWith('/videojs-seek-buttons/2.')) return '2.2.1';
if (type.startsWith('/videojs-seek-buttons/3.')) return '3.0.1';
if (type.startsWith('/videojs-seek-buttons/4.')) return '4.0.1';
if (type.startsWith('/video.js/')) {
if (helpers.compareVersion('5.20.5', version)) return '5.20.5'; // <= 5.20.5
if (helpers.compareVersion('6.13.0', version)) return '6.13.0'; // > 5.20.5 to <= 6.13.0